[PATCH] D96628: [VPlan] Add plain text (not DOT's digraph) dumps
Lei Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 12:24:52 PDT 2021
antiagainst added a comment.
Reading the logic a bit more, it looks to me that we need to put `#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)` inside ` LoopVectorizationPlanner::printPlans`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96628/new/
https://reviews.llvm.org/D96628
More information about the llvm-commits
mailing list