[PATCH] D120993: [PassManager] Add pretty stack entries before P->run() call.
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 4 10:30:58 PST 2022
myhsu added a comment.
I think this is a really neat feature :-)
Please remember to fix the clang-format errors.
================
Comment at: llvm/lib/IR/PassManager.cpp:166
+ if (MF) {
+ OS << " on machine function \n"; //'" << MF->getName() << "'.\n";
+ return;
----------------
I don't think `MF->getName()` should be commented
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120993/new/
https://reviews.llvm.org/D120993
More information about the llvm-commits
mailing list