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

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 13:10:53 PST 2020


ychen updated this revision to Diff 313186.
ychen added a comment.
This revision is now accepted and ready to land.

- Address the laying issue in 31ecf8d29d81d196374a562c6d2bd2c25a62861e <https://reviews.llvm.org/rG31ecf8d29d81d196374a562c6d2bd2c25a62861e>
- Move `llvm::registerCodeGenCallback` declaration to TargetPassConfig.h


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83608

Files:
  llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
  llvm/include/llvm/CodeGen/MachinePassRegistry.def
  llvm/include/llvm/CodeGen/TargetPassConfig.h
  llvm/include/llvm/Target/CGPassBuilderOption.h
  llvm/include/llvm/Target/TargetMachine.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGenPassBuilder.cpp
  llvm/lib/CodeGen/LLVMTargetMachine.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83608.313186.patch
Type: text/x-patch
Size: 77137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201221/1da1e7d2/attachment.bin>


More information about the llvm-commits mailing list