[Mlir-commits] [mlir] [mlir][SPIR-V] Lower memref.copy to spirv.CopyMemory (PR #206016)

Igor Wodiany llvmlistbot at llvm.org
Wed Jul 22 05:22:26 PDT 2026


https://github.com/IgWod commented:

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.

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


More information about the Mlir-commits mailing list