This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9e0915b58b [PartialInlining] Add internal options to enable partial in [...] new 69edad79130 [AMDGPU] Narrow lshl from 64 to 32 bit if possible
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: lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 44 +++++++++++++++++++------- test/CodeGen/AMDGPU/add.i16.ll | 3 +- test/CodeGen/AMDGPU/add.v2i16.ll | 8 ++--- test/CodeGen/AMDGPU/bfe-patterns.ll | 4 +-- test/CodeGen/AMDGPU/ctlz.ll | 3 +- test/CodeGen/AMDGPU/ctlz_zero_undef.ll | 3 +- test/CodeGen/AMDGPU/ds_write2.ll | 4 +-- test/CodeGen/AMDGPU/fmed3.ll | 8 ++--- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 2 ++ test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 2 ++ test/CodeGen/AMDGPU/lshl64-to-32.ll | 45 +++++++++++++++++++++++++++ test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll | 11 +++---- test/CodeGen/AMDGPU/srl.ll | 3 +- test/CodeGen/AMDGPU/sub.i16.ll | 2 +- 14 files changed, 105 insertions(+), 37 deletions(-) create mode 100644 test/CodeGen/AMDGPU/lshl64-to-32.ll