This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from 7230d55 Merging r275981 and r276740: -------------------------------- [...] new 7e5531e Merging r275868: -------------------------------------------- [...] new 7653e62 Merging r275869: -------------------------------------------- [...] new 83c76e2 Merging r276956: -------------------------------------------- [...] new 4444fc4 Merging r276119: -------------------------------------------- [...] new 86c801f Merging r276435: -------------------------------------------- [...]
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 13 ++- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 22 ++-- lib/Target/AMDGPU/AMDGPUInstructions.td | 3 +- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 47 ++------ lib/Target/AMDGPU/R600ISelLowering.cpp | 25 ++++- lib/Target/AMDGPU/R600ISelLowering.h | 3 +- lib/Target/AMDGPU/SIInstructions.td | 10 ++ test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 35 ++++-- test/CodeGen/AMDGPU/fp_to_sint.f64.ll | 23 +++- test/CodeGen/AMDGPU/fp_to_sint.ll | 28 ++++- test/CodeGen/AMDGPU/fp_to_uint.f64.ll | 23 +++- test/CodeGen/AMDGPU/fp_to_uint.ll | 30 +++++- .../AMDGPU/invalid-opencl-version-metadata1.ll | 8 ++ .../AMDGPU/invalid-opencl-version-metadata2.ll | 9 ++ .../AMDGPU/invalid-opencl-version-metadata3.ll | 9 ++ test/CodeGen/AMDGPU/vector-alloca.ll | 119 ++++++++++++++++----- test/DebugInfo/COFF/inlining-same-name.ll | 2 +- test/DebugInfo/COFF/pr28747.ll | 44 ++++++++ 18 files changed, 352 insertions(+), 101 deletions(-) create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata1.ll create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata2.ll create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata3.ll create mode 100644 test/DebugInfo/COFF/pr28747.ll