[llvm] [VPlan] Introduce ExitPhi VPInstruction, use to create phi for FOR. (PR #94760)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 08:15:04 PDT 2024


================
@@ -682,7 +682,10 @@ class VPBlockBase {
 };
 
 /// A value that is used outside the VPlan. The operand of the user needs to be
-/// added to the associated LCSSA phi node.
+/// added to the associated LCSSA phi node. The incoming block from VPlan is
----------------
fhahn wrote:

Fixed, thanks!

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


More information about the llvm-commits mailing list