[PATCH] D32628: Rename ExpandISelPseudo->FinalizeISel, delay register reservation

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 17:52:26 PDT 2017


MatzeB created this revision.
Herald added subscribers: mgorny, wdng, mcrosier.

Proof of concept, works but needs more testcases adjusted for the changed passname. Feel free to take+finish.


Repository:
  rL LLVM

https://reviews.llvm.org/D32628

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/ExpandISelPseudos.cpp
  lib/CodeGen/FinalizeISel.cpp
  lib/CodeGen/MachineVerifier.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/CodeGen/TargetPassConfig.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/ARM/Windows/dbzchk.ll
  test/CodeGen/X86/MachineBranchProb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32628.97030.patch
Type: text/x-patch
Size: 10425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170428/9bfdc15d/attachment.bin>


More information about the llvm-commits mailing list