[PATCH] D96772: [LSR] Cleanup of getPreferredAddresingMode. NFC.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 13:28:49 PST 2021
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, the target's preferred addressing mode should be independent of the contents of the loop, which may change between the different calls in the original code.
Please resolve @dmgreen's comment before landing. For me, adjusting `EnableBackedgeIndexing ` handling would be fine as a follow up.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96772/new/
https://reviews.llvm.org/D96772
More information about the llvm-commits
mailing list