[PATCH] D16712: [LoopVersioning] Annotate versioned loop with noalias metadata

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 17:05:42 PDT 2016


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

LGTM, thanks!


================
Comment at: test/Transforms/LoopVersioning/noalias-version-twice.ll:3
@@ +2,3 @@
+
+; Test the metadata generate when versioning an already versioned loop.  Here
+; we invoke loop distribution to perform the first round of versioning.  It
----------------
generate -> generated


http://reviews.llvm.org/D16712





More information about the llvm-commits mailing list