This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a64600d7af8 FileOutputBuffer: handle mmap(2) failure new 12007de420e AMDGPU/GlobalISel: Handle legality/regbanks for 32/64-bit shifts new a29236b80f7 [Docs] Add a note clarifying how to get good test performances. new 371ab38437b AMDGPU/GlobalISel: Start selectively legalizing 16-bit operations
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/TestingGuide.rst | 7 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 12 +- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 + .../AMDGPU/GlobalISel/combine-ext-legalizer.mir | 41 ++++ test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 248 +++++++++++++++++++- test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 249 ++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir | 18 +- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 259 ++++++++++++++++++++- ...egbankselect-shl.mir => regbankselect-ashr.mir} | 32 +-- ...egbankselect-shl.mir => regbankselect-lshr.mir} | 35 ++- 10 files changed, 846 insertions(+), 57 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/combine-ext-legalizer.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-shl.mir => regbankselect-ashr.m [...] copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-shl.mir => regbankselect-lshr.m [...]