[Mlir-commits] [mlir] [mlir][vector] Implement speculation for vector.transferx ops (PR #111533)
Kunwar Grover
llvmlistbot at llvm.org
Tue Oct 8 08:42:25 PDT 2024
Groverkss wrote:
> LGTM. Should we also cover gather in the same sweep?
I thought about doing gather/load/store/scatter also, but it looks like they don't have MemoryEffectsOpInterface implemented also. I'm going to defer it for now, since I need to see how to test that interface.
https://github.com/llvm/llvm-project/pull/111533
More information about the Mlir-commits
mailing list