[PATCH] D83608: [NewPM][CodeGen] Introduce CodeGenPassBuilder to help build codegen pipeline

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 18:00:08 PDT 2020


ychen added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/CodeGenPassBuilder.h:219
+                   bool VerifyMachineCode)
+        : PM(DebugPM, RequiresCodeGenSCCOrder, VerifyMachineCode) {}
+
----------------
`clang-tidy: error: no matching constructor for initialization of 'llvm::MachineFunctionPassManager' [clang-diagnostic-error]`

Rebase issue. I'll update it later.


================
Comment at: llvm/include/llvm/CodeGen/CodeGenPassBuilder.h:501
+
+  addPass(FreeMachineFunctionPass());
+
----------------
Rebase issue. I'll update it later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83608



More information about the llvm-commits mailing list