[Mlir-commits] [mlir] [mlir][spirv] Fix LowerABIAttributesPass to generate EntryPoints for SPV1.4 (PR #118994)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Dec 16 08:17:26 PST 2024


================
@@ -39,3 +39,30 @@ module {
 // expected-error at +1 {{'spirv.module' op missing SPIR-V target env attribute}}
 spirv.module Logical GLSL450 {}
 } // end module
+
+// -----
+
+// CHECK-LABEL: spirv.module
+// test case with SPIRV version 1.4: all the interface's storage variables are passed to OpEntryPoint
----------------
fabrizio-indirli wrote:

Done

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


More information about the Mlir-commits mailing list