[llvm] [LoopVectorize] Enable vectorisation of early exit loops with live-outs (PR #120567)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 08:33:52 PST 2025
================
@@ -3938,6 +3941,22 @@ class VPlan {
VPRegionBlock *getVectorLoopRegion();
const VPRegionBlock *getVectorLoopRegion() const;
+ /// Get the vector early exit block
+ VPBasicBlock *getEarlyExit() {
----------------
fhahn wrote:
It looks like this is isn't needed any longer?
https://github.com/llvm/llvm-project/pull/120567
More information about the llvm-commits
mailing list