This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b78b26b27b [WebAssembly] Update cfg-stackify.ll to remove the workarou [...] new 710e9b3dae4 AMDGPU: Replace i64 add/sub lowering
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/AMDGPUISelDAGToDAG.cpp | 2 - lib/Target/AMDGPU/SIISelLowering.cpp | 52 +++++++++++++-- lib/Target/AMDGPU/SIInstrInfo.cpp | 73 ++++++++++++++++++++++ lib/Target/AMDGPU/SIInstrInfo.h | 6 +- lib/Target/AMDGPU/SIInstructions.td | 22 ++++++- test/CodeGen/AMDGPU/add.v2i16.ll | 4 +- test/CodeGen/AMDGPU/clamp.ll | 3 +- test/CodeGen/AMDGPU/ctpop.ll | 6 +- test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 22 ++++--- test/CodeGen/AMDGPU/lshr.v2i16.ll | 2 +- test/CodeGen/AMDGPU/mad_64_32.ll | 3 +- test/CodeGen/AMDGPU/mul.ll | 33 +++++----- test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll | 2 +- test/CodeGen/AMDGPU/split-scalar-i64-add.ll | 5 +- test/CodeGen/AMDGPU/sub.i16.ll | 2 +- test/CodeGen/AMDGPU/sub.ll | 14 ++--- test/CodeGen/AMDGPU/sub.v2i16.ll | 5 +- 17 files changed, 199 insertions(+), 57 deletions(-)