[PATCH] D111298: [VPlan] Print live-in backedge taken count as part of plan.
Andrei Elovikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 11:08:46 PDT 2021
a.elovikov added a comment.
LGTM other than a minor nit.
================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.cpp:891
+ BackedgeTakenCount->printAsOperand(O, SlotTracker);
+ O << " " << " = backedge-taken count\n";
+ }
----------------
This looks strange. Why extra space? What's more interesting is that I don't see it in the CHECKs below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111298/new/
https://reviews.llvm.org/D111298
More information about the llvm-commits
mailing list