Arnab Dutta 60b44d31af
[MLIR][Affine] Fix bug in simplifySemiAffine utility (#129200)
Whenever `symbolicDivide` returns nullptr when called from inside
`simplifySemiAffine` we substitute the result with the original
expression (`expr`). nullptr simply indicates that the floordiv
expression cannot be simplified further.

Fixes: https://github.com/llvm/llvm-project/issues/122231
2025-03-01 19:47:15 +05:30
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.