[PATCH] D57565: [LSR] Check SCEV on isZero() after extend. PR40514
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 03:03:54 PST 2019
samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.
Cheers, LGTM.
================
Comment at: lib/Transforms/Scalar/LoopStrengthReduce.cpp:3971
+ // Sometimes SCEV is able to prove zero during ext transform. It may
+ // happen if SCEV did not do all possible transforms whyle creating the
+ // initial node (maybe due to depth limitations), but it can do them while
----------------
typo: while
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57565/new/
https://reviews.llvm.org/D57565
More information about the llvm-commits
mailing list