[Mlir-commits] [mlir] [mlir][vector] Implement speculation for vector.transferx ops (PR #111533)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Oct 8 08:47:25 PDT 2024
kuhar wrote:
> 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.
I think `vector.gather` is the only other op that accepts tensors, no?
https://github.com/llvm/llvm-project/pull/111533
More information about the Mlir-commits
mailing list