[PATCH] D93739: CodeGen: Refactor regallocator command line and target selection

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 17:53:47 PST 2020


arsenm created this revision.
arsenm added reviewers: MatzeB, qcolombet, ychen.
Herald added subscribers: hiraditya, jgravelle-google, sbc100, dschuff, jholewinski.
arsenm requested review of this revision.
Herald added subscribers: aheejin, wdng.
Herald added a project: LLVM.

Make the sequence of passes to select and rewrite instructions to
physical registers be a target callback. This is to prepare to allow
targets to split register allocation into multiple phases.


https://reviews.llvm.org/D93739

Files:
  llvm/include/llvm/CodeGen/TargetPassConfig.h
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93739.313462.patch
Type: text/x-patch
Size: 3940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201223/dc6931ac/attachment.bin>


More information about the llvm-commits mailing list