[PATCH] D65094: [PowerPC] Combine address computation to favour selecting DForm instructions
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 07:49:51 PDT 2019
nemanjai added a comment.
Please note that essentially all the code in the `SelectAddress*` functions is somewhat orthogonal to this. Those changes are required to optimize what this patch does, but if the reviewers prefer, I can pull those out into a separate patch. However, I opted to keep them part of this patch at least initially as motivation for those changes on their own would be hard to understand without the context of this patch.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65094/new/
https://reviews.llvm.org/D65094
More information about the llvm-commits
mailing list