[Mlir-commits] [mlir] [mlir][spirv] Fix LowerABIAttributesPass to generate EntryPoints for SPV1.4 (PR #118994)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Dec 12 08:59:18 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
----------------
kuhar wrote:
```suggestion
// Test case with SPIRV version 1.4: all the interface's storage variables are passed to OpEntryPoint.
```
https://github.com/llvm/llvm-project/pull/118994
More information about the Mlir-commits
mailing list