[PATCH] D49007: [PowerPC] Add a peephole post RA to transform the inst that fed by add

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 05:46:25 PDT 2018


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D49007#1203739, @steven.zhang wrote:

> I have done the following tests with this patch:
>
> 1. LLVM check-all uniitests
> 2. LLVM test-suites
> 3. bootstrap build the clang with the clang including my fix, and then, run the llvm check-all and test-suites, and it passed.
>
>   The patch passed all these tests.


Thank you for the update to the patch as well as the update regarding testing that was done.
LGTM.


https://reviews.llvm.org/D49007





More information about the llvm-commits mailing list