[llvm] [LoopVectorize] Enable vectorisation of early exit loops with live-outs (PR #120567)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 10:30:28 PST 2025


================
@@ -3938,6 +3941,22 @@ class VPlan {
   VPRegionBlock *getVectorLoopRegion();
   const VPRegionBlock *getVectorLoopRegion() const;
 
+  /// Get the vector early exit block
+  VPBasicBlock *getEarlyExit() {
----------------
david-arm wrote:

Yep, removed thanks!

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


More information about the llvm-commits mailing list