This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 91ef2bfe777 [llvm-objcopy][llvm-strip] Fix help text typo for --allow-b [...] new e3c60dfc189 AMDGPU: Select G_SEXT/G_ZEXT/G_ANYEXT new 9bb11013dd8 AMDGPU/GlobalISel: Fix duplicated test new 93f99745ce3 Expand cloneLoopWithPreheader() to support cloning loop nest new 836545be6ce [TargetLowering] SimplifyDemandedBits - add ANY_EXTEND_VECT [...]
The 4 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/Analysis/LoopInfo.h | 34 ++++ include/llvm/Analysis/LoopInfoImpl.h | 13 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 20 ++- lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 137 ++++++++++++++- lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 + lib/Target/AMDGPU/AMDGPURegisterBanks.td | 2 +- lib/Transforms/Utils/CloneFunction.cpp | 41 +++-- .../AMDGPU/GlobalISel/inst-select-anyext.mir | 171 +++++++++++++++++++ .../CodeGen/AMDGPU/GlobalISel/inst-select-sext.mir | 187 +++++++++++++++++++++ .../CodeGen/AMDGPU/GlobalISel/inst-select-zext.mir | 187 +++++++++++++++++++++ test/CodeGen/AMDGPU/inst-select-load-flat.mir | 28 --- test/CodeGen/AMDGPU/inst-select-load-smrd.mir | 159 ------------------ test/CodeGen/X86/vselect.ll | 1 - 13 files changed, 766 insertions(+), 215 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-anyext.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-sext.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-zext.mir delete mode 100644 test/CodeGen/AMDGPU/inst-select-load-flat.mir delete mode 100644 test/CodeGen/AMDGPU/inst-select-load-smrd.mir