Skip to content

Commit d252458

Browse files
committed
address comment
1 parent 3464f2e commit d252458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
33

44
; CHECK: OpMemoryModel Logical GLSL450
5-
; CHECK: [[Z:%.*]] = OpConstant %[[#]] 0
6-
; CHECK: [[X:%.*]] = OpConstant %[[#]] 1
5+
; CHECK-DAG: [[Z:%.*]] = OpConstant %[[#]] 0
6+
; CHECK-DAG: [[X:%.*]] = OpConstant %[[#]] 1
77

88
define noundef i32 @firstbituhigh_i32(i32 noundef %a) {
99
entry:

0 commit comments

Comments
 (0)