[Mlir-commits] [mlir] [mlir][vector] Support complete folding in single pass for vector.insert/vector.extract (PR #142124)
Yang Bai
llvmlistbot at llvm.org
Fri May 30 04:20:52 PDT 2025
yangtetris wrote:
The existing `Dialect/Vector/canonicalize.mlir` file doesn't seem to be a good place to add test for this change, as canonicalization performs repeated folding, making it impossible to verify whether the optimization occurs in a single pass. Any suggestions on where/how to test this would be appreciated. Thanks!
https://github.com/llvm/llvm-project/pull/142124
More information about the Mlir-commits
mailing list