This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c71dc649f69 Remove dead .seh_stackalloc parsing method in X86AsmParser new 17f24f565d9 GlobalISel: Support physical register inputs in patterns
The 1 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: .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 10 +- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 12 +- .../GlobalISel/inst-select-amdgcn.s.sendmsg.mir | 25 ++++ .../GlobalISel/regbankselect-amdgcn.s.sendmsg.mir | 13 +- .../regbankselect-amdgcn.s.sendmsghalt.mir | 13 +- .../AMDGPU/GlobalISel/regbankselect-constant.mir | 9 +- test/TableGen/gisel-physreg-input.td | 85 +++++++++++ utils/TableGen/CodeGenRegisters.cpp | 15 ++ utils/TableGen/CodeGenRegisters.h | 11 ++ utils/TableGen/GlobalISelEmitter.cpp | 162 +++++++++++++++++++-- 10 files changed, 324 insertions(+), 31 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.s.sendmsg.mir create mode 100644 test/TableGen/gisel-physreg-input.td