[llvm] [VPlan] Simplify branch on False in VPlan transform (NFC). (PR #140409)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 07:48:14 PDT 2025
================
@@ -1127,6 +1122,10 @@ class VPPhiAccessors {
return getAsRecipe()->getNumOperands();
}
+ /// Removes the incoming value corresponding to \p IncomingBlock, which must
+ /// be a predecessor.
+ void removeIncomingValue(VPBlockBase *IncomingBlock) const;
----------------
fhahn wrote:
Done thanks
https://github.com/llvm/llvm-project/pull/140409
More information about the llvm-commits
mailing list