[Mlir-commits] [mlir] [mlir][vector][spirv] Lower vector.maskedload and vector.maskedstore to SPIR-V (PR #74834)

Hsiangkai Wang llvmlistbot at llvm.org
Tue Dec 12 11:39:29 PST 2023


Hsiangkai wrote:

Hi @kuhar,

I rewrite my patch to convert vector.maskedload to vector.load and convert vector.maskedstore to memref.store. Does it make sense for these patterns? Thanks for your help and review.

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


More information about the Mlir-commits mailing list