Skip to content

Commit 44ce18b

Browse files
committed
Change target env to spv1.4 and add FIXME comment
1 parent ec4575c commit 44ce18b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/test/CodeGen/SPIRV/hlsl-intrinsics/faceforward.ll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
2-
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val --target-env vulkan1.3 %}
2+
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val --target-env spv1.4 %}
33

4-
; TODO(#136344): This test currently fails when --target-env vulkan1.3 is specified.
5-
; XFAIL: spirv-tools
4+
; FIXME(#136344): Change --target-env to vulkan1.3 and update these tests accordingly once the issue is resolved.
65

76
; Make sure SPIRV operation function calls for faceforward are lowered correctly.
87

0 commit comments

Comments
 (0)