[PATCH] D40511: [AArch64] Fix scheduling resources for post indexed loads and stores
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 15:01:15 PST 2017
evandro added a comment.
@fhahn, `ReadAddrBase` is used only for the register offset addressing mode and doesn't apply to either the pre or post indexed addressing modes. This patch makes these classes similar to classes `LoadPairPostIdx` and `StorePairPostIdx`.
Repository:
rL LLVM
https://reviews.llvm.org/D40511
More information about the llvm-commits
mailing list