[llvm] [VPlan] Delay adding canonical IV increment. (PR #82270)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 03:12:20 PST 2024


================
@@ -1289,19 +1289,12 @@ void VPlanTransforms::optimize(VPlan &Plan) {
 //   %Negated = Not %ALM
 //   branch-on-cond %Negated
 //
-static VPActiveLaneMaskPHIRecipe *addVPLaneMaskPhiAndUpdateExitBranch(
-    VPlan &Plan, bool DataAndControlFlowWithoutRuntimeCheck) {
+static VPActiveLaneMaskPHIRecipe *createActiveLaneMaskPhi(VPlan &Plan) {
----------------
fhahn wrote:

Updated, thanks

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


More information about the llvm-commits mailing list