[PATCH] D96628: [VPlan] Add plain text (not DOT's digraph) dumps
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 12:40:27 PDT 2021
mehdi_amini added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:7822
+ Plan->print(O);
+}
+
----------------
I think this ought to be guarded by `#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)` as well
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