[PATCH] D25632: [LV] Sink scalar operands of predicated instructions

Gil Rapaport via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 12:07:31 PDT 2016


gilr added inline comments.


================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:4308
+
+      // The sinking have have enabled other instructions to be sunk, so we
+      // will need to iterate.
----------------
Double "have" in comment.


https://reviews.llvm.org/D25632





More information about the llvm-commits mailing list