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 97f5139 Merging r258607: new 0cb3cc3 Merging r258606: new d9a2679 Merging r258901: new 734ab17 Merging r258936: new 71a2efe Merging r259059: new 2b7d8c6 Merging part of r259297: new c7c7ff0 Merging r259546: new 5a2d99b Merging r259558: new d557e84 Merging r259894:
The 8 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 | 10 +- lib/Target/AMDGPU/AMDGPU.td | 11 +-- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 101 +++++++++++++++++---- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 5 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 10 -- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 24 ++++- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 6 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 7 +- lib/Target/AMDGPU/SIInsertWaits.cpp | 25 +++-- lib/Target/AMDGPU/SIInstrInfo.td | 6 +- test/CodeGen/AMDGPU/hsa-default-device.ll | 11 +++ .../AMDGPU/promote-alloca-mem-intrinsics.ll | 65 +++++++++++++ .../AMDGPU/promote-alloca-unhandled-intrinsic.ll | 24 +++++ test/MC/AMDGPU/sopp.s | 12 ++- 14 files changed, 253 insertions(+), 64 deletions(-) create mode 100644 test/CodeGen/AMDGPU/hsa-default-device.ll create mode 100644 test/CodeGen/AMDGPU/promote-alloca-mem-intrinsics.ll create mode 100644 test/CodeGen/AMDGPU/promote-alloca-unhandled-intrinsic.ll