[PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 08:52:23 PDT 2016
junbuml added a subscriber: junbuml.
junbuml added a comment.
Please rebase it. LGTM.
================
Comment at: lib/Target/AArch64/AArch64InstrInfo.cpp:1351
@@ +1350,3 @@
+ return false;
+ } else if (LdSt->getNumOperands() == 4) {
+ // Paired instruction (e.g., ldp x1, x2, [x0, #8]).
----------------
Please use getNumExplicitOperands().
http://reviews.llvm.org/D17098
More information about the llvm-commits
mailing list