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 0afb7d7 Merging r266152: new 32fc460 Merging r266244: new bfa69e3 Merging r266824: new adf1294 Merging r266825: new 3dcb576 Merging r267916: new 28fe7a0 Merging r268259: new 03e1ccd Merging r268287: new 949dd37 Merging r268295: new 051e787 Merging r257663:
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/AMDGPUAsmPrinter.cpp | 2 + lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 4 +- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 1 + lib/Target/AMDGPU/SIInstrInfo.cpp | 6 +-- lib/Target/AMDGPU/SIRegisterInfo.cpp | 42 ++++++++++++------ lib/Target/AMDGPU/SIRegisterInfo.h | 3 +- .../DivergenceAnalysis/AMDGPU/interp-intrinsics.ll | 23 ++++++++++ test/CodeGen/AMDGPU/array-ptr-calc-i32.ll | 18 ++++---- test/CodeGen/AMDGPU/bug-vopc-commute.ll | 50 ++++++++++++++++++++++ test/CodeGen/AMDGPU/indirect-private-64.ll | 20 ++++----- .../AMDGPU/promote-alloca-array-allocation.ll | 50 ++++++++++++++++++++++ test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll | 6 +++ utils/release/merge.sh | 2 +- 13 files changed, 190 insertions(+), 37 deletions(-) create mode 100644 test/Analysis/DivergenceAnalysis/AMDGPU/interp-intrinsics.ll create mode 100644 test/CodeGen/AMDGPU/bug-vopc-commute.ll create mode 100644 test/CodeGen/AMDGPU/promote-alloca-array-allocation.ll