This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 904cc193935 [elfabi] Add support for reading dynamic symbols from binaries new 2684700e17b RegBankSelect: Support some more complex part mappings
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: include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 13 + lib/CodeGen/GlobalISel/RegBankSelect.cpp | 99 ++++-- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 13 + lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def | 33 ++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 165 +++++++++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.h | 10 + .../AMDGPU/GlobalISel/regbankselect-and.mir | 386 +++++++++++++++++++++ 7 files changed, 694 insertions(+), 25 deletions(-)