[llvm] [VPlan] Model FOR resume value extraction in VPlan. (PR #93396)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 02:43:38 PDT 2024


================
@@ -3166,7 +3166,7 @@ class VPlan {
   /// definitions are VPValues that hold a pointer to their underlying IR.
   SmallVector<VPValue *, 16> VPLiveInsToFree;
 
-  /// Values used outside the plan.
+  /// Values used outside the plan. It contains live-outs that need fixing. Any live-out that is fixed outside VPlan needs to be removed. The remaining live-outs are fixed via VPLiveOut::fixPhi.
----------------
fhahn wrote:

Yep, applied clang-format and fixed various formatting issue, thanks!

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


More information about the llvm-commits mailing list