[all-commits] [llvm/llvm-project] 95b2aa: [VPlan] Set VPlan header block name to vector.body.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Apr 2 11:37:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95b2aa511eea1f31e183a2a3aed4d2aa852d089c
https://github.com/llvm/llvm-project/commit/95b2aa511eea1f31e183a2a3aed4d2aa852d089c
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-04-02 (Sat, 02 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/phi-cost.ll
M llvm/test/Transforms/LoopVectorize/vplan-dot-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge-vf1.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
Log Message:
-----------
[VPlan] Set VPlan header block name to vector.body.
This brings the VPlan block naming in line with the naming of the
generated basic blocks.
More information about the All-commits
mailing list