This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f6e6a59983 AMDGPU: Correct behavior of f16 buffer loads new 5c6e37cfc13 [InstCombine] add extra use constraint for shl-zext fold new 3c027d4e7de AMDGPU/LoadStoreOptimizer: Set the correct offset whem merg [...] new 5e1edf01fd5 [AMDGPU] Use S_DENORM_MODE for gfx10
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: lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 ++ lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++ lib/Target/AMDGPU/SIISelLowering.cpp | 61 ++++++++++++++++++------ lib/Target/AMDGPU/SIInstrInfo.cpp | 1 + lib/Target/AMDGPU/SIInstrInfo.td | 7 ++- lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 7 ++- lib/Target/AMDGPU/SOPInstructions.td | 5 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 2 +- test/CodeGen/AMDGPU/fdiv.ll | 45 +++++++++++------ test/CodeGen/AMDGPU/merge-load-store.mir | 10 +++- test/Transforms/InstCombine/shift.ll | 3 +- 12 files changed, 114 insertions(+), 36 deletions(-)