@@ -74,7 +74,7 @@ define i16 @combine_shlsat_by_zero(i16 %x, i16 %y) nounwind {
74
74
define i16 @combine_shlsat_constfold (i16 %x , i16 %y ) nounwind {
75
75
; CHECK-LABEL: combine_shlsat_constfold:
76
76
; CHECK: // %bb.0:
77
- ; CHECK-NEXT: mov w0, #32
77
+ ; CHECK-NEXT: mov w0, #32 // =0x20
78
78
; CHECK-NEXT: ret
79
79
%tmp = call i16 @llvm.ushl.sat.i16 (i16 8 , i16 2 )
80
80
ret i16 %tmp
@@ -84,7 +84,7 @@ define i16 @combine_shlsat_constfold(i16 %x, i16 %y) nounwind {
84
84
define i16 @combine_shlsat_satmax (i16 %x , i16 %y ) nounwind {
85
85
; CHECK-LABEL: combine_shlsat_satmax:
86
86
; CHECK: // %bb.0:
87
- ; CHECK-NEXT: mov w0, #65535
87
+ ; CHECK-NEXT: mov w0, #65535 // =0xffff
88
88
; CHECK-NEXT: ret
89
89
%tmp = call i16 @llvm.ushl.sat.i16 (i16 8 , i16 15 )
90
90
ret i16 %tmp
@@ -98,8 +98,8 @@ define void @combine_shlsat_vector() nounwind {
98
98
; CHECK-LABEL: combine_shlsat_vector:
99
99
; CHECK: // %bb.0:
100
100
; CHECK-NEXT: str x30, [sp, #-16]! // 8-byte Folded Spill
101
- ; CHECK-NEXT: mov w0, #32
102
- ; CHECK-NEXT: mov w1, #65535
101
+ ; CHECK-NEXT: mov w0, #32 // =0x20
102
+ ; CHECK-NEXT: mov w1, #65535 // =0xffff
103
103
; CHECK-NEXT: bl sink2xi16
104
104
; CHECK-NEXT: ldr x30, [sp], #16 // 8-byte Folded Reload
105
105
; CHECK-NEXT: ret
0 commit comments