[PATCH] D33089: [Polly] Generate more 'canonical' induction variable if we can prove there is no overflow.

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 10:52:53 PDT 2017


grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.

LGTM, assuming you update the commit message accordingly.



================
Comment at: lib/CodeGen/LoopGenerators.cpp:26
 using namespace polly;
+using namespace PatternMatch;
 
----------------
No need for these includes any more.


Repository:
  rL LLVM

https://reviews.llvm.org/D33089





More information about the llvm-commits mailing list