[PATCH] D22918: [Loop Vectorizer] Support predication of div/rem

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 11:44:06 PDT 2016


mssimpso added inline comments.

================
Comment at: test/Transforms/LoopVectorize/if-pred-non-void.ll:137-139
@@ +136,5 @@
+  %cmp1 = icmp slt i32 %lsd, 100
+  br i1 %cmp1, label %if.then, label %if.end
+
+if.then:                                          ; preds = %for.body
+  %sd1 = sdiv i32 %psd, %lsd
----------------
The test looks good to me now. Thanks!


https://reviews.llvm.org/D22918





More information about the llvm-commits mailing list