[Mlir-commits] [mlir] [mlir][AffineExpr] Order arguments in the commutative affine exprs (PR #146895)
Ivan Butygin
llvmlistbot at llvm.org
Fri Jul 4 03:04:19 PDT 2025
Hardcode84 wrote:
I've tried to rearrange dims/symbols order across nested bin ops (AffineExpr is already doing this for the constants), but it's probably not worth it (and also, more unbounded recursion in constructor)
https://github.com/Hardcode84/llvm-project/commit/ba6bb3f1f1fb2007a71aa3457a9f9c07a1e17b06
Let's keep this simple version for now.
https://github.com/llvm/llvm-project/pull/146895
More information about the Mlir-commits
mailing list