[PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 14:59:44 PST 2016
sebpop added a comment.
In http://reviews.llvm.org/D17098#370340, @mcrosier wrote:
> Let me know if I've missed something. The matching scale and offsets caused a large number of correctness failures in the test-suite as well as SPEC200X in my testing.
Chad, your changes to the patch are correct: the ARM documentation states that in the case of a pair of 32bit regs the immediate byte offset is a multiple of 4.
The patch LGTM.
http://reviews.llvm.org/D17098
More information about the llvm-commits
mailing list