[Mlir-commits] [mlir] [MLIR] Fix affine SSA id parser for values with numbers (PR #168175)

Mehdi Amini llvmlistbot at llvm.org
Sun Nov 16 16:22:14 PST 2025


https://github.com/joker-eph commented:

We need a test for this, can you add one?

I'm also not sure this is the right fix, it does not build the same expression, but maybe some CSE is already done on the AffineExpr later anyway?

https://github.com/llvm/llvm-project/pull/168175


More information about the Mlir-commits mailing list