feat: introduce maximum bit width constant, use it where appropriate, export it in python bindings

This commit is contained in:
Umut
2022-01-24 12:45:59 +03:00
parent 05ebbb1029
commit 8198a79deb
5 changed files with 22 additions and 7 deletions

View File

@@ -9,6 +9,7 @@
namespace mlir {
namespace concretelang {
constexpr unsigned DEFAULT_PATTERN_BENEFIT = 1;
constexpr unsigned MAXIMUM_BIT_WIDTH = 7;
} // namespace concretelang
} // namespace mlir