[all-commits] [llvm/llvm-project] ab3342: [VPlan] Print live-in backedge taken count as part...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Oct 11 12:13:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab33427c86825a88dff612f4ae29f07c601321d4
https://github.com/llvm/llvm-project/commit/ab33427c86825a88dff612f4ae29f07c601321d4
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
Log Message:
-----------
[VPlan] Print live-in backedge taken count as part of plan.
At the moment, a VPValue is created for the backedge-taken count, which
is used by some recipes. To make it easier to identify the operands of
recipes using the backedge-taken count, print it at the beginning of the
VPlan if it is used.
Reviewed By: a.elovikov
Differential Revision: https://reviews.llvm.org/D111298
More information about the All-commits
mailing list