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 3464f2e commit d252458Copy full SHA for d252458
llvm/test/CodeGen/SPIRV/hlsl-intrinsics/firstbithigh.ll
@@ -2,8 +2,8 @@
2
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
3
4
; CHECK: OpMemoryModel Logical GLSL450
5
-; CHECK: [[Z:%.*]] = OpConstant %[[#]] 0
6
-; CHECK: [[X:%.*]] = OpConstant %[[#]] 1
+; CHECK-DAG: [[Z:%.*]] = OpConstant %[[#]] 0
+; CHECK-DAG: [[X:%.*]] = OpConstant %[[#]] 1
7
8
define noundef i32 @firstbituhigh_i32(i32 noundef %a) {
9
entry:
0 commit comments