This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed120704215 DAG: Don't try to cluster loads with tied inputs new 30e4d418612 AMDGPU: Move d16 load matching to preprocess step
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: lib/Target/AMDGPU/AMDGPU.td | 2 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 209 +++++++++++++++++---- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 6 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 + lib/Target/AMDGPU/AMDGPUInstructions.td | 6 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 + lib/Target/AMDGPU/BUFInstructions.td | 75 ++------ lib/Target/AMDGPU/DSInstructions.td | 51 ++--- lib/Target/AMDGPU/FLATInstructions.td | 101 ++++------ lib/Target/AMDGPU/SIInstrInfo.td | 82 ++++++++ .../AMDGPU/build-vector-insert-elt-infloop.ll | 3 +- test/CodeGen/AMDGPU/chain-hi-to-lo.ll | 127 ++++++++++++- test/CodeGen/AMDGPU/load-hi16.ll | 15 ++ 13 files changed, 490 insertions(+), 198 deletions(-)