[PATCH] D55283: CodeGen: Refactor regallocator command line and target selection
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 10:00:09 PST 2018
arsenm created this revision.
arsenm added a reviewer: MatzeB.
Herald added subscribers: aheejin, jgravelle-google, sbc100, tpr, nhaehnle, wdng, jvesely, dschuff, jholewinski.
This will allow targets more flexibility to replace the
register allocator core passes. In a future commit,
AMDGPU will run the core register assignment passes
twice, and will also want to disallow using the
standard -regalloc option.
https://reviews.llvm.org/D55283
Files:
include/llvm/CodeGen/TargetPassConfig.h
lib/CodeGen/TargetPassConfig.cpp
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55283.176663.patch
Type: text/x-patch
Size: 8608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/38785d16/attachment.bin>
More information about the llvm-commits
mailing list