[all-commits] [llvm/llvm-project] c4d84e: [VPlan] Use replaceSuccessor/replacePredecessor in...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Apr 25 12:46:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4d84e1b0021a231898cb0325db4f9687908dd82
https://github.com/llvm/llvm-project/commit/c4d84e1b0021a231898cb0325db4f9687908dd82
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanUtils.h
Log Message:
-----------
[VPlan] Use replaceSuccessor/replacePredecessor in insertBlock (NFC).
Use replaceSuccessor/replacePredecessor in
insertBlockAfter/insertBlockBefore. This preserves the predecessor
order, which in turns is needed to not invalidate existing phi recipes.
At the moment this is NFC, but enables additional uses in the future.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list