[llvm] [VPlan] Allow VPWidenPHI in non-native path and copy DebugLoc (PR #118662)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 10:16:09 PST 2024
================
@@ -511,7 +511,7 @@ class InnerLoopVectorizer {
VPTransformState &State);
/// Fix the non-induction PHIs in \p Plan.
- void fixNonInductionPHIs(VPTransformState &State);
+ void fixWidenedPHIs(VPTransformState &State);
----------------
alexey-bataev wrote:
I think renaming better to move to a separate NFC patch
https://github.com/llvm/llvm-project/pull/118662
More information about the llvm-commits
mailing list