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 1e530a6 commit 4e4241bCopy full SHA for 4e4241b
llvm/test/CodeGen/AArch64/abds.ll
@@ -497,10 +497,7 @@ define i64 @vector_legalized(i16 %a, i16 %b) {
497
; CHECK: // %bb.0:
498
; CHECK-NEXT: sxth w8, w0
499
; CHECK-NEXT: subs w8, w8, w1, sxth
500
-; CHECK-NEXT: addp d0, v0.2d
501
; CHECK-NEXT: cneg w8, w8, mi
502
-; CHECK-NEXT: fmov x9, d0
503
-; CHECK-NEXT: add x0, x9, x8
504
; CHECK-NEXT: ret
505
%ea = sext i16 %a to i32
506
%eb = sext i16 %b to i32
0 commit comments