[all-commits] [llvm/llvm-project] 5fa64d: [VPlan] Use printPhiOperands for VPPhi.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat May 10 04:50:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fa64d65e92860b1d3ec607840f36f6a5d20aee6
https://github.com/llvm/llvm-project/commit/5fa64d65e92860b1d3ec607840f36f6a5d20aee6
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-05-10 (Sat, 10 May 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vplan-vp-intrinsics-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vplan-vp-select-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/vplan-predicate-switch.ll
Log Message:
-----------
[VPlan] Use printPhiOperands for VPPhi.
Split off from https://github.com/llvm/llvm-project/pull/139151 to land
printing improvements separately.
Updates printing of VPPhi operands to be consistent with
VPWidenPHIRecipe.
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