[llvm] [VPlan] Simplify branch on False in VPlan transform (NFC). (PR #140409)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 05:43:59 PDT 2025


================
@@ -1847,11 +1847,21 @@ static void removeBranchOnCondTrue(VPlan &Plan) {
   using namespace llvm::VPlanPatternMatch;
----------------
ayalz wrote:

Name of `removeBranchOnCondTrue()` should change, to, e.g., `removeBranchOnConst()`?

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


More information about the llvm-commits mailing list