[PATCH] D64189: Allow llc to run passes under the new pass manager one at a time.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 19:24:53 PDT 2019


arsenm added inline comments.


================
Comment at: llvm/tools/llc/llc.cpp:60
+#include <llvm/CodeGen/MachineCopyPropagation.h>
+#include <llvm/CodeGen/ExpandISelPseudos.h>
+#include <llvm/CodeGen/MachineCSE.h>
----------------
This header should be renamed to match the new pass name


================
Comment at: llvm/tools/llc/llc.cpp:203
+static cl::opt<RunNewPassOption, true, cl::parser<std::string>> RunNewPass(
+    "run-new-pass",
+    cl::desc(
----------------
-run-pass-new would be a slightly less confusing name


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64189/new/

https://reviews.llvm.org/D64189





More information about the llvm-commits mailing list