[PATCH] D64180: [CodeGen] Define an interface for the new pass manager.

Charles Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 18:30:11 PDT 2019


czhang created this revision.
Herald added subscribers: llvm-commits, hiraditya, mgorny, nhaehnle, jvesely, mehdi_amini, arsenm, MatzeB.
Herald added a project: LLVM.

[NewPM] Port MachineModuleInfo to the new pass manager.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64180

Files:
  llvm/include/llvm/CodeGen/MachineModuleInfo.h
  llvm/include/llvm/CodeGen/PassManager.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Target/TargetMachine.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/BranchFolding.cpp
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/GCRootLowering.cpp
  llvm/lib/CodeGen/IfConversion.cpp
  llvm/lib/CodeGen/LLVMTargetMachine.cpp
  llvm/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/lib/CodeGen/MachineFunctionPass.cpp
  llvm/lib/CodeGen/MachineModuleInfo.cpp
  llvm/lib/CodeGen/MachineOutliner.cpp
  llvm/lib/CodeGen/PassManager.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
  llvm/lib/Target/X86/X86InsertPrefetch.cpp
  llvm/lib/Target/X86/X86RetpolineThunks.cpp
  llvm/tools/llc/CMakeLists.txt
  llvm/tools/llc/LLVMBuild.txt
  llvm/tools/llc/llc.cpp
  llvm/tools/llvm-exegesis/lib/Assembler.cpp
  llvm/unittests/MI/LiveIntervalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64180.207950.patch
Type: text/x-patch
Size: 36454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190704/8899c550/attachment.bin>


More information about the llvm-commits mailing list