This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b6003fe19d AMDGPU/GlobalISel: Handle split for 64-bit VALU select new 2f5fd7e3bda [AMDGPU] Ressociate 'add (add x, y), z' to use SALU
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/SIISelLowering.cpp | 43 +++++++++++++ lib/Target/AMDGPU/SIISelLowering.h | 1 + test/CodeGen/AMDGPU/add3.ll | 10 ++- test/CodeGen/AMDGPU/reassoc-scalar.ll | 113 ++++++++++++++++++++++++++++++++++ 4 files changed, 165 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/AMDGPU/reassoc-scalar.ll