Skip to content

Commit 3df21b6

Browse files
committed
address comments
1 parent 4835941 commit 3df21b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/AArch64/xbfiz.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ define i64 @lsl_zext_i16_i64(i16 %b) {
9191
; that exposed infinite loop in DAGCombiner.
9292
define void @_f(ptr %0, ptr %1, i64 %2) {
9393
; CHECK-LABEL: @_f
94+
; CHECK-NOT: ubfiz
9495
store i64 -2401053089408754003, ptr %1, align 8
9596
%4 = and i64 %2, -2401053089408754003
9697
%5 = shl i64 %4, 1

0 commit comments

Comments
 (0)