Rename `--mlir-to-<scheme>` to `--mlir-to-scheme`
Open
- Dominant language
- MLIR
- Stars
- 906
- Forks
- 171
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 32
Description
As we have the module attribute `scheme.bgv` and `scheme.ckks`, we can discard `--mlir-to-bgv` and unify them with `--mlir-to-scheme`.
Further, we can do scheme inference in a pass by when seeing no secret float point value then use bgv otherwise use ckks. This is related to #1397.
Contributor guide
Assessment
This issue has not been assessed yet.