[Mlir-commits] [mlir] [MLIR][Arith] Add canonicalization rules for int-to-float of integer extension (PR #185386)
Adam Paszke
llvmlistbot at llvm.org
Tue Mar 10 02:58:17 PDT 2026
apaszke wrote:
Ok, instead of deleting the test, I updated it so that it puts an arith.ori in between the extui and uitofp, preventing my patterns from kicking in. I think it still properly tests that the high part of the computation has been eliminated by canonicalization.
https://github.com/llvm/llvm-project/pull/185386
More information about the Mlir-commits
mailing list