This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 863cff4 AMDGPU: Temporarily select trap to s_endpgm new b7720e0 [LAA] Enable symbolic stride speculation for all LAA clients new 7dc79e5 Support/ELF: Add AMDGPU relocation definitions to match docum [...] new 8d68f04 Codegen: [MBP] Add assert strings. NFC
The 3 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/Analysis/LoopAccessAnalysis.h | 13 +--- include/llvm/Support/ELF.h | 5 ++ include/llvm/Support/ELFRelocs/AMDGPU.def | 11 ++++ lib/Analysis/LoopAccessAnalysis.cpp | 38 +++++++----- lib/CodeGen/MachineBlockPlacement.cpp | 4 +- lib/Object/ELF.cpp | 7 +++ lib/ObjectYAML/ELFYAML.cpp | 3 + lib/Transforms/Scalar/LoopVersioningLICM.cpp | 2 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 17 +----- .../elf64-relocs.yaml} | 61 ++++++++++--------- .../{program-order.ll => symbolic-stride.ll} | 46 +++++++-------- test/Transforms/LoopLoadElim/symbolic-stride.ll | 69 ++++++++++++++++++++-- 12 files changed, 170 insertions(+), 106 deletions(-) create mode 100644 include/llvm/Support/ELFRelocs/AMDGPU.def copy test/Object/{Lanai/yaml2obj-elf-lanai-rel.yaml => AMDGPU/elf64-relocs.yaml} (50%) copy test/Transforms/LoopDistribute/{program-order.ll => symbolic-stride.ll} (58%)