[PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges

Gil Rapaport via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 09:45:53 PDT 2016


gilr added inline comments.

================
Comment at: test/Transforms/LoopVectorize/if-pred-non-void.ll:195
@@ +194,3 @@
+diamond:
+  br i1 %p, label %if.then, label %if.end
+
----------------
It might make the test a bit more future-proof to base the branch on a non loop-invariant condition - make it more resistant to versioning/unswitching.


https://reviews.llvm.org/D24009





More information about the llvm-commits mailing list