[llvm] [HLSL] XFAIL `smoothstep.ll` and `SV_GroupIndex.ll` SPIR-V backend tests (PR #136343)

Kaitlin Peng via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 12:42:40 PDT 2025


================
@@ -1,6 +1,9 @@
 ; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv-vulkan-unknown %s -o - | FileCheck %s
 ; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-unknown %s -o - -filetype=obj | spirv-val --target-env vulkan1.3 %}
 
+; TODO: This test currently fails when --target-env vulkan1.3 is specified.
----------------
kmpeng wrote:

Code updated

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


More information about the llvm-commits mailing list