This is the final missing fold to handle the modulo2 simplification: https://github.com/llvm/llvm-project/issues/22303
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,040 ms | x64 debian > MLIR.Examples/standalone::test.toy | |
60,060 ms | x64 debian > libFuzzer.libFuzzer::large.test |
Event Timeline
Comment Actions
Can you please add some explicit tests for the actual pattern being folded? I don't think you're testing the commuted case currently, as well as some of the pre-conditions (like the fact that the and must be a power of two).