[PATCH] D17097: [AArch64] add mem ref to unscaled pairs

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 17:44:19 PST 2016


sebpop added a comment.

Actually this change does add new ldp/stp pairs as it enables the mayAlias analysis to reason about the memref.
Of course you need the next patch http://revioews.llvm.org/D17098 to make the dependence analysis functional.
Thus the testcase for this change comes with that next patch.

For the PR you mention, do you mean https://llvm.org/bugs/show_bug.cgi?id=26358
?


http://reviews.llvm.org/D17097





More information about the llvm-commits mailing list