This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 494372f27ef llvm-dwarfdump: automatically dump both regular and .dwo va [...] new 63c545da3ab Allow target to decide when to cluster loads/stores in misched
The 1 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/Target/TargetInstrInfo.h | 4 +- lib/CodeGen/MachineScheduler.cpp | 8 +-- lib/Target/AArch64/AArch64InstrInfo.cpp | 5 ++ lib/Target/AArch64/AArch64InstrInfo.h | 3 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 38 +++++++++++ lib/Target/AMDGPU/SIInstrInfo.h | 3 +- test/CodeGen/AMDGPU/add.i16.ll | 4 +- test/CodeGen/AMDGPU/ctpop.ll | 8 ++- test/CodeGen/AMDGPU/fadd.f16.ll | 6 +- test/CodeGen/AMDGPU/flat-load-clustering.mir | 77 ++++++++++++++++++++++ test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 10 +-- test/CodeGen/AMDGPU/sub.i16.ll | 4 +- 12 files changed, 146 insertions(+), 24 deletions(-) create mode 100644 test/CodeGen/AMDGPU/flat-load-clustering.mir