[Mlir-commits] [mlir] [mlir][vector] Add patterns for vector masked load/store (PR #74834)
Diego Caballero
llvmlistbot at llvm.org
Wed Dec 13 01:59:39 PST 2023
================
@@ -5,6 +5,7 @@ add_mlir_dialect_library(MLIRVectorTransforms
LowerVectorContract.cpp
LowerVectorGather.cpp
LowerVectorMask.cpp
+ LowerVectorMaskedLoadStore.cpp
----------------
dcaballe wrote:
same "emulation" comment for the files, doc and commit message
https://github.com/llvm/llvm-project/pull/74834
More information about the Mlir-commits
mailing list