This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5eb1a9dfa98 [LV] Fix PR34743 - handle casts that sink after interleaved loads new 9b90153e769 AMDGPU: Add and set AMDGPU-specific e_flags new 0292ee9cab3 [X86] Fix chains update when lowering BUILD_VECTOR to a vec [...]
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: include/llvm/BinaryFormat/ELF.h | 9 + include/llvm/Object/ELFObjectFile.h | 16 +- lib/ObjectYAML/ELFYAML.cpp | 4 +- .../AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp | 36 ++- lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h | 12 +- .../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp | 5 +- lib/Target/X86/X86ISelLowering.cpp | 13 +- test/CodeGen/AMDGPU/elf-header.ll | 18 +- test/CodeGen/X86/merge-consecutive-loads-128.ll | 262 +++++++++++++++++++-- test/Object/AMDGPU/elf32-r600-definitions.yaml | 34 +++ .../AMDGPU/elf64-amdgcn-amdhsa-definitions.yaml | 35 ++- .../AMDGPU/elf64-amdgcn-amdpal-definitions.yaml | 35 ++- .../AMDGPU/elf64-amdgcn-mesa3d-definitions.yaml | 35 ++- .../tools/llvm-readobj/amdgpu-elf-definitions.test | 2 +- tools/llvm-readobj/ELFDumper.cpp | 9 + 15 files changed, 443 insertions(+), 82 deletions(-) create mode 100644 test/Object/AMDGPU/elf32-r600-definitions.yaml