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

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 10 19:18:32 PDT 2020


ychen created this revision.
Herald added subscribers: llvm-commits, jfb, aheejin, hiraditya, mgorny.
Herald added a project: LLVM.

It is the counterpart of `TargetPassConfig` for legacy PM.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83608

Files:
  llvm/include/llvm/CodeGen/CGPassBuilderOption.h
  llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
  llvm/include/llvm/CodeGen/MachinePassRegistry.def
  llvm/include/llvm/Passes/StandardInstrumentations.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGenPassBuilder.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83608.277199.patch
Type: text/x-patch
Size: 75111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200711/3f24f625/attachment.bin>


More information about the llvm-commits mailing list