[PATCH] D33543: Re-enable "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 21:49:20 PDT 2017
sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D33543#765309, @mkazantsev wrote:
> Sanjoy, what happens is nearly following: without the change, LSR was making an overconfident simplification basing on a wrong SCEV. Apparently it did not need the IV analysis to do this. With the change, it chose a different way to simplify (that wasn't so confident), and this way required the IV analysis.
Please mention this in the commit message.
https://reviews.llvm.org/D33543
More information about the llvm-commits
mailing list