[llvm] [VPlan] Construct immutable VPIRBBs for exit blocks at construction(NFC) (PR #128374)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 03:58:15 PST 2025


================
@@ -3426,6 +3426,11 @@ class VPlan {
   /// VPIRBasicBlock wrapping the header of the original scalar loop.
   VPIRBasicBlock *ScalarHeader;
 
+  /// Immutable list of VPIRBasicBlocks wrapping the exit blocks of the original
+  /// scalar loop. Note that some exit blocks may be unreachable, e.g. if the
----------------
fhahn wrote:

Yep, added `at the moment` to clarify

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


More information about the llvm-commits mailing list