This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 31b94430d78 [CodeGenPrepare] propagate debuginfo when copying a shuffle new 697e6923d12 GlobalISel: Avoid producing Illegal copies in RegBankSelect new a70eff99178 [x86] move vector shift tests for PR37428; NFC
The 2 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 | 6 + lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 29 +- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 74 +- .../GlobalISel/regbankselect-illegal-copy.mir | 18 + .../AMDGPU/GlobalISel/regbankselect-phi.mir | 166 +- .../GlobalISel/regbankselect-reg-sequence.mir | 4 +- test/CodeGen/X86/vector-shift-by-select-loop.ll | 588 +++++++ test/CodeGen/X86/vector-shift-shl-128.ll | 1667 -------------------- 8 files changed, 850 insertions(+), 1702 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-illegal-copy.mir create mode 100644 test/CodeGen/X86/vector-shift-by-select-loop.ll