This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0846f97d65 Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" new 3cfa28f02fd [dwarfdump] Only print CU relative offset in verbose mode new a446275ee2e [AMDGPU] Widened vector length for global/constant address space.
The 2 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/DebugInfo/DWARF/DWARFFormValue.cpp | 23 ++++++++----- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 34 +++++++++++++++--- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 6 ++++ lib/Target/AMDGPU/SIISelLowering.cpp | 10 ++++-- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 12 +++++-- test/CodeGen/AMDGPU/load-constant-f32.ll | 37 ++++++++++++++++++++ test/CodeGen/AMDGPU/load-constant-f64.ll | 33 ++++++++++++++++++ test/CodeGen/AMDGPU/waitcnt-looptest.ll | 2 +- test/DebugInfo/X86/vla-dependencies.ll | 8 ++--- test/DebugInfo/X86/vla-global.ll | 6 ++-- test/DebugInfo/X86/vla-multi.ll | 40 +++++++++++----------- test/tools/dsymutil/X86/basic-linking-x86.test | 32 ++++++++--------- .../dsymutil/X86/basic-lto-dw4-linking-x86.test | 14 ++++---- test/tools/dsymutil/X86/basic-lto-linking-x86.test | 18 +++++----- test/tools/llvm-dwarfdump/X86/gnu_call_site.s | 2 +- 15 files changed, 200 insertions(+), 77 deletions(-) create mode 100644 test/CodeGen/AMDGPU/load-constant-f32.ll