[Mlir-commits] [mlir] [mlir][vector] Add patterns for vector masked load/store (PR #74834)

Jakub Kuderski llvmlistbot at llvm.org
Thu Dec 14 07:51:35 PST 2023


================
@@ -0,0 +1,105 @@
+// RUN: mlir-opt %s --test-vector-emulate-masked-load-store | FileCheck %s
+
+module attributes {
+  spirv.target_env = #spirv.target_env<
+    #spirv.vce<v1.0, [Shader], [SPV_KHR_storage_buffer_storage_class]>, #spirv.resource_limits<>>
----------------
kuhar wrote:

Do we need the SPIR-V dialect to test this? It would be better to make vector dialect tests not to depend on the spirv dialect.

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


More information about the Mlir-commits mailing list