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

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 02:07:31 PDT 2018


steven.zhang marked an inline comment as done.
steven.zhang added a comment.

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.


https://reviews.llvm.org/D49007





More information about the llvm-commits mailing list