[PATCH] D111298: [VPlan] Print live-in backedge taken count as part of plan.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 03:40:05 PDT 2021


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.cpp:891
+    BackedgeTakenCount->printAsOperand(O, SlotTracker);
+    O << " " << " = backedge-taken count\n";
+  }
----------------
a.elovikov wrote:
> This looks strange. Why extra space? What's more interesting is that I don't see it in the CHECKs below.
Thanks, I missed the extra space. Removed!


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