[llvm] [SPIR-V] Add Vertex execution model (PR #142369)
Steven Perron via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 2 08:08:05 PDT 2025
================
@@ -0,0 +1,12 @@
+; RUN: llc -O0 -mtriple=spirv-unknown-vulkan1.3-vertex %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-vulkan1.3-vertex %s -o - -filetype=obj | spirv-val %}
----------------
s-perron wrote:
Can you add the target environment to `spirv-val` command?
https://github.com/llvm/llvm-project/pull/142369
More information about the llvm-commits
mailing list