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

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 06:01:00 PDT 2024


================
@@ -710,6 +714,11 @@ class VPLiveOut : public VPUser {
 
   PHINode *getPhi() const { return Phi; }
 
+  /// Returns to incoming block for which to set the value.
----------------
ayalz wrote:

The above documentation of fixPhi() needs to be updated, according to the change in its implementation?

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


More information about the llvm-commits mailing list