[Mlir-commits] [mlir] [mlir][vector] Support complete folding in single pass for vector.insert/vector.extract (PR #142124)
Diego Caballero
llvmlistbot at llvm.org
Fri May 30 10:28:08 PDT 2025
dcaballe wrote:
Thanks for fixing this problem!
For testing, would it make sense to add a pass similar to `--canonicalize` that just invokes `tryToFold` once for every op? That would be very helpful to separate folding testing from canonicalization testing.
https://github.com/llvm/llvm-project/pull/142124
More information about the Mlir-commits
mailing list