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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM other than a minor nit.
llvm/lib/Transforms/Vectorize/VPlan.cpp | ||
---|---|---|
891 | This looks strange. Why extra space? What's more interesting is that I don't see it in the CHECKs below. |
llvm/lib/Transforms/Vectorize/VPlan.cpp | ||
---|---|---|
891 | Thanks, I missed the extra space. Removed! |
This looks strange. Why extra space? What's more interesting is that I don't see it in the CHECKs below.