We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4575c commit 44ce18bCopy full SHA for 44ce18b
llvm/test/CodeGen/SPIRV/hlsl-intrinsics/faceforward.ll
@@ -1,8 +1,7 @@
1
; 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 %}
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val --target-env spv1.4 %}
3
4
-; TODO(#136344): This test currently fails when --target-env vulkan1.3 is specified.
5
-; XFAIL: spirv-tools
+; FIXME(#136344): Change --target-env to vulkan1.3 and update these tests accordingly once the issue is resolved.
6
7
; Make sure SPIRV operation function calls for faceforward are lowered correctly.
8
0 commit comments