[PATCH] D35498: [LoopVectorizer] Use two step casting for float to pointer type.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 09:58:34 PDT 2017


Meinersbur added inline comments.


================
Comment at: test/Transforms/LoopVectorize/pr33804.ll:19-58
+entry:
+  invoke void @cvGetMat()
+          to label %invoke.cont unwind label %lpad.loopexit.split-lp
+
+invoke.cont:                                      ; preds = %entry
+  invoke void @cvGetMat()
+          to label %invoke.cont3 unwind label %lpad.loopexit.split-lp
----------------
I assume none of these are needed and bugpoint was just unable to remove invoke calls. You could try to remove them manually.


https://reviews.llvm.org/D35498





More information about the llvm-commits mailing list