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 4835941 commit 3df21b6Copy full SHA for 3df21b6
llvm/test/CodeGen/AArch64/xbfiz.ll
@@ -91,6 +91,7 @@ define i64 @lsl_zext_i16_i64(i16 %b) {
91
; that exposed infinite loop in DAGCombiner.
92
define void @_f(ptr %0, ptr %1, i64 %2) {
93
; CHECK-LABEL: @_f
94
+; CHECK-NOT: ubfiz
95
store i64 -2401053089408754003, ptr %1, align 8
96
%4 = and i64 %2, -2401053089408754003
97
%5 = shl i64 %4, 1
0 commit comments