This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_38 in repository llvm.
from d557e84 Merging r259894: new 85fbe68 Merging r259911: new 873623b Merging r260495: new ab4b667 Merging r260588: new d1c65e8 Merging r260599: new 6a7a8a8 Merging r260645:
The 5 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/AMDGPU.h | 6 +- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 12 +++- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 3 +- lib/Target/AMDGPU/SIInstrFormats.td | 1 + lib/Target/AMDGPU/SIInstrInfo.cpp | 56 +++++++++++++++++-- lib/Target/AMDGPU/SIInstrInfo.h | 7 +++ lib/Target/AMDGPU/SILowerControlFlow.cpp | 64 ++++++++++++---------- lib/Target/AMDGPU/SIRegisterInfo.cpp | 18 ++++++ lib/Target/AMDGPU/SIRegisterInfo.h | 4 ++ test/CodeGen/AMDGPU/fmax_legacy.ll | 4 +- test/CodeGen/AMDGPU/fmin_legacy.ll | 33 +++++++++-- test/CodeGen/AMDGPU/private-memory.ll | 26 +++++++++ .../AMDGPU/promote-alloca-mem-intrinsics.ll | 8 +-- test/CodeGen/AMDGPU/sgpr-copy.ll | 34 ++++++++++++ test/CodeGen/AMDGPU/split-smrd.ll | 46 ++++++++++++++++ 15 files changed, 274 insertions(+), 48 deletions(-) create mode 100644 test/CodeGen/AMDGPU/split-smrd.ll