[Mlir-commits] [mlir] [mlir][vector] Deal with special patterns when emulating masked load/store (PR #75587)
Hsiangkai Wang
llvmlistbot at llvm.org
Tue Dec 19 07:42:59 PST 2023
Hsiangkai wrote:
> 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?
There is no change after applying `--canonicalize --cse`.
https://github.com/llvm/llvm-project/pull/75587
More information about the Mlir-commits
mailing list