[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
Mon Jul 16 00:27:19 PDT 2018


steven.zhang added a comment.

Yes, you are right. 
z = ADD x, y.   
w = LFDX 0, z

We have the code to do the check for "x", but miss to do the check for "y".  And this also caused some failure inside llvm test suite. (ie. Benchmarks/Stanford/FloatMM)
I will try to clean up all the failure first and then, continue the code review. Sorry for this, I should have addressed this issue early before.


https://reviews.llvm.org/D49007





More information about the llvm-commits mailing list