[PATCH] D67687: [NewPM][CodeGen] Introduce machine pass and machine pass manager

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 15:33:45 PDT 2020


ychen updated this revision to Diff 282745.
ychen edited the summary of this revision.
ychen added a comment.
This revision is now accepted and ready to land.

- Add unit tests for doInit/doFinal and machine module pass, also checks for pass order.
- Address other comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67687

Files:
  llvm/include/llvm/CodeGen/MachinePassManager.h
  llvm/include/llvm/IR/PassManager.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/LLVMBuild.txt
  llvm/lib/CodeGen/MachinePassManager.cpp
  llvm/unittests/CodeGen/CMakeLists.txt
  llvm/unittests/CodeGen/PassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67687.282745.patch
Type: text/x-patch
Size: 25619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200803/8bc57f3b/attachment.bin>


More information about the llvm-commits mailing list