[PATCH] D10577: [LoopDist/LoopVer] Move LoopVersioning to a new module, NFC
hfinkel at anl.gov
hfinkel at anl.gov
Wed Jul 8 17:55:15 PDT 2015
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
In http://reviews.llvm.org/D10577#200129, @ashutosh.nema wrote:
> Thanks Adam, This looks OK to me.
>
> You can check with Hal, if he is OK you can proceed.
Yes, LGTM.
> Regards,
> Ashutosh
================
Comment at: include/llvm/Transforms/Utils/LoopVersioning.h:67
@@ +66,3 @@
+ /// loop don't alias (i.e. all memchecks passed). (This loop is actually the
+ /// same as the original loop that we got constructed with.)
+ Loop *getVersionedLoop() { return VersionedLoop; }
----------------
got constructed with -> passed to the constructor
http://reviews.llvm.org/D10577
More information about the llvm-commits
mailing list