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 7bdad40 commit 39323c1Copy full SHA for 39323c1
llvm/test/CodeGen/SPIRV/hlsl-intrinsics/refract.ll
@@ -1,5 +1,5 @@
1
-; RUN: llc -O0 -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 %}
+; RUN: llc -O0 -mtriple=spirv-unknown-vulkan %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -spirv-unknown-vulkan %s -o - -filetype=obj | spirv-val %}
3
4
; Make sure SPIRV operation function calls for refract are lowered correctly.
5
0 commit comments