This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c29f9f7f50 [AMDGPU] gfx1010 GCNNSAReassign pass new 24da1864838 Option spell checking: Penalize delimiter flags if input ha [...] new 791e0e1dab0 [AMDGPU] gfx1010 GCNRegBankReassign pass new 41f17d51ca3 [globalisel] Update the legalizer documentation
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/GlobalISel.rst | 246 +++++++-- lib/Option/OptTable.cpp | 9 + lib/Target/AMDGPU/AMDGPU.h | 3 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 + lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/GCNRegBankReassign.cpp | 797 ++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/regbank-reassign.mir | 336 +++++++++++++ unittests/Option/OptionParsingTest.cpp | 17 +- unittests/Option/Opts.td | 5 +- 9 files changed, 1358 insertions(+), 58 deletions(-) create mode 100644 lib/Target/AMDGPU/GCNRegBankReassign.cpp create mode 100644 test/CodeGen/AMDGPU/regbank-reassign.mir