[Mlir-commits] [mlir] [mlir][vector] Deal with special patterns when emulating masked load/store (PR #75587)

Jakub Kuderski llvmlistbot at llvm.org
Tue Dec 19 06:54:32 PST 2023


https://github.com/kuhar commented:

What happens when you run `--canonicalize --cse` after masked load/store emulation? Is this enough to fold all the masking away? If not, what is left?

https://github.com/llvm/llvm-project/pull/75587


More information about the Mlir-commits mailing list