[PATCH] D44147: [InstCombine] Fold add/sub over phi node
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 6 13:44:38 PST 2018
efriedma added a comment.
It looks like a lot of the test changes are changing post-increment loop exit checks to pre-increment loop exit checks; that isn't a profitable transform.
https://reviews.llvm.org/D44147
More information about the llvm-commits
mailing list