[PATCH] D109310: [NPM] Added -print-pipeline-passes print params for a few passes.
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 6 12:57:34 PDT 2021
aeubanks added a comment.
it seems weird to sometimes print `name<>` with nothing between the `<>` but I think this is fine
================
Comment at: llvm/lib/Transforms/IPO/LoopExtractor.cpp:292
+ OS << "<";
+ if (NumLoops == 1)
+ OS << "single";
----------------
maybe we can directly print `NumLoops` (and change the parsing)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109310/new/
https://reviews.llvm.org/D109310
More information about the llvm-commits
mailing list