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

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 00:48:57 PST 2016


anemet updated this revision to Diff 47777.
anemet updated the summary for this revision.
anemet added a comment.
Herald added a subscriber: mzolotukhin.

I implemented the LoopVectorizer part of this work under http://reviews.llvm.org/D17191.  For the
vectorizer, the new annotation interface had to be tweaked.  It now consists
of smaller functions which are probably easier to follow so I folded most of
those changes into this patch.


http://reviews.llvm.org/D16712

Files:
  include/llvm/Transforms/Utils/LoopVersioning.h
  lib/Transforms/Scalar/LoopDistribute.cpp
  lib/Transforms/Utils/LoopVersioning.cpp
  test/Transforms/LoopVersioning/noalias-version-twice.ll
  test/Transforms/LoopVersioning/noalias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16712.47777.patch
Type: text/x-patch
Size: 13134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160212/507096d2/attachment.bin>


More information about the llvm-commits mailing list