[PATCH] D98781: [AArch64] Enable UseAA globally in the AArch64 backend

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 02:23:34 PDT 2021


david-arm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll:135
 
-; CHECK: ldp [[BLOCK:q[0-9]+]], [[BLOCK:q[0-9]+]], [x[[SRC]]]
+; CHECK: ldr [[BLOCKB:q[0-9]+]], [x[[SRC]], #16]
 ; CHECK: add x[[DST:[0-9]+]], {{x[0-9]+}}, :lo12:second_list
----------------
This looks like there is potentially a regression here? We've gone from a `ldp` to two `'ldr` instructions here.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98781/new/

https://reviews.llvm.org/D98781



More information about the llvm-commits mailing list