[llvm] [LV] Stability fix for outerloop vectorization (PR #68118)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 12:28:13 PST 2023


================
@@ -156,6 +156,19 @@ static bool isHeaderVPBB(VPBasicBlock *VPBB) {
   return VPBB->getParent() && VPBB->getParent()->getEntry() == VPBB;
 }
 
+/// Return true of \p L loop is contained within \p OuterLoop
----------------
fhahn wrote:

nit: period at end of comment.

https://github.com/llvm/llvm-project/pull/68118


More information about the llvm-commits mailing list