[llvm] [SPIR-V] Add Fragment execution model (PR #141787)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 08:08:49 PDT 2025


================
@@ -0,0 +1,12 @@
+; RUN: llc -O0 -mtriple=spirv-unknown-vulkan1.3-pixel %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-vulkan1.3-pixel %s -o - -filetype=obj | spirv-val %}
----------------
s-perron wrote:

I missed this earlier. Could we get the target env on the spirv-val command?

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


More information about the llvm-commits mailing list