[llvm] [LoopVectorize] Enable vectorisation of early exit loops with live-outs (PR #120567)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 13:14:12 PST 2025
================
@@ -2126,7 +2128,12 @@ bool VPlanTransforms::handleUncountableEarlyExit(
ExitIRI->addOperand(IncomingFromLatch);
ExitIRI->extractLastLaneOfOperand(MiddleBuilder);
}
+
----------------
fhahn wrote:
nit: unrelated whitespace only change?
https://github.com/llvm/llvm-project/pull/120567
More information about the llvm-commits
mailing list