[Mlir-commits] [mlir] [mlir] Don't assert when simplifying certain `AffineExpr`s (PR #78855)
Felix Schneider
llvmlistbot at llvm.org
Tue Mar 19 00:26:35 PDT 2024
ubfx wrote:
@ftynse Like this? Or were you thinking a more thorough test with walking the resulting `AffineExpr`. Although this might get more difficult because we would have to anticipate all possible rearrangements and simplifications.
This test would have caught the linked issue because `simplifyMul()` would have crashed on `d0*d1`
https://github.com/llvm/llvm-project/pull/78855
More information about the Mlir-commits
mailing list