[PATCH] Refactor code for adding runtime checks in vectorizer.

hfinkel at anl.gov hfinkel at anl.gov
Wed May 27 10:36:10 PDT 2015


Please commit the BypassBlock -> VectorPreHeader rename now, and then rebase this patch. That will make the remainder easier to review.


================
Comment at: test/Transforms/LoopVectorize/induction.ll:116
@@ -115,3 +115,1 @@
 ; CHECK-LABEL: max_i32_backedgetaken
-; CHECK:  %backedge.overflow = icmp eq i32 -1, -1
-; CHECK:  br i1 %backedge.overflow, label %scalar.ph, label %overflow.checked
----------------
You've removed the check for the icmp. Why?

http://reviews.llvm.org/D9332

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list