This PR implements two rules for bv_decide's preprocessor, lowering `|||` to `&&&` in order to enable more term sharing + application of rules about `&&&` as well as rewrites of the form `(a &&& b == -1#w) = (a == -1#w && b == -1#w)` in order to preserve rewriting behavior that already existed before this lowering. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lean-toolchain | ||