[Mlir-commits] [mlir] [mlir][AffineExpr] Order arguments in the commutative affine exprs (PR #146895)
Quinn Dawkins
llvmlistbot at llvm.org
Thu Jul 3 15:30:03 PDT 2025
https://github.com/qedawkins commented:
Rather than swapping while constructing expressions, can we do this during `simplifyAdd`/`simplifyMul`? Having the operands of an expression you just created get swapped sounds surprising to me.
https://github.com/llvm/llvm-project/pull/146895
More information about the Mlir-commits
mailing list