[Mlir-commits] [mlir] [mlir][SPIR-V] Lower memref.copy to spirv.CopyMemory (PR #206016)
Arseniy Obolenskiy
llvmlistbot at llvm.org
Wed Jul 22 06:21:43 PDT 2026
aobolensk wrote:
> I take OpCopy is roughly an equivalent to OpLoad and OpStore? If so does this pattern fire for the same memrefs? I think there was some work on supporting image fetches so I think we should against such memref in Copy lowering.
Yes, you're right. I have limited that now. Also, I have limited dyn shape case lowering
https://github.com/llvm/llvm-project/pull/206016
More information about the Mlir-commits
mailing list