[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:00:58 PDT 2024
================
@@ -686,9 +686,13 @@ class VPBlockBase {
class VPLiveOut : public VPUser {
PHINode *Phi;
+ /// Predecessor in VPlan of this live-out. Used to as block to set the
+ /// incoming value for.
----------------
ayalz wrote:
```suggestion
/// Predecessor in VPlan of this live-out. Used as the block for setting the
/// phi's incoming value.
```
https://github.com/llvm/llvm-project/pull/94760
More information about the llvm-commits
mailing list