[PATCH] D67687: [CodeGen] Define an interface for the new pass manager. (new)

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 19:22:53 PDT 2019


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

This is mostly to address comments in D64179 <https://reviews.llvm.org/D64179>. Since the updated code is
quite different, I created this new patch for review.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67687

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67687.220598.patch
Type: text/x-patch
Size: 15336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190918/5b317b94/attachment.bin>


More information about the llvm-commits mailing list