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 a7276a6 commit 40a7d31Copy full SHA for 40a7d31
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 this test accordingly once the issue is resolved.
6
7
; Make sure SPIRV operation function calls for faceforward are lowered correctly.
8
0 commit comments