[PATCH] D84872: [NewPM][opt] Revert to legacy PM when any codegen passes are specified
Yuanfang Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 11:54:58 PDT 2020
ychen accepted this revision.
ychen added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/opt/opt.cpp:493
+static bool IsCodegenPass(StringRef Pass) {
+ std::vector<StringRef> PassNamePrefix = {
+ "x86-", "xcore-", "wasm-", "systemz-", "ppc-", "nvvm-",
----------------
clang-format?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84872/new/
https://reviews.llvm.org/D84872
More information about the llvm-commits
mailing list