[PATCH] D13087: A fix for loop vectorizer with handling loops with volatile induction variables

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 11:30:21 PDT 2016


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

I apologize; I missed that you had updated this. LGTM.


================
Comment at: include/llvm/Transforms/Utils/Local.h:139
@@ +138,3 @@
+/// the basic block that was pointed to. LoopHeaders is an optional input
+/// parameter, providing the set of loop header that SimplifyCFG should not
+/// eliminate.
----------------
set of loop header -> set of loop headers


Repository:
  rL LLVM

http://reviews.llvm.org/D13087





More information about the llvm-commits mailing list