[PATCH] D65967: [SeparateConstOffsetFromGEP][PowerPC] Fix: sext(a) + sext(b) -> sext(a + b) matches add and sub instructions with one another
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 27 07:59:09 PST 2019
nemanjai added a comment.
In D65967#1730540 <https://reviews.llvm.org/D65967#1730540>, @ajwock wrote:
> Sorry for the delay- I had to investigate some of the fragility so that my test case reduced to this pass would still trigger the issue. However, I did manage to get a test case that is only a few lines long that would trigger the issue without the update.
I suppose now that the test case is not PPC specific, it can be moved to a different directory?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65967/new/
https://reviews.llvm.org/D65967
More information about the llvm-commits
mailing list