This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94bed7d9687 Canonicalize spelling of long-form-options in dsymutil.rst new bd04b64cd12 AMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
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 | 19 ++++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 29 ++++-- lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 + lib/Target/AMDGPU/SIISelLowering.cpp | 47 ++++++++- test/CodeGen/AMDGPU/mad_64_32.ll | 168 +++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/mul.ll | 125 +++++++++++++---------- 7 files changed, 329 insertions(+), 67 deletions(-) create mode 100644 test/CodeGen/AMDGPU/mad_64_32.ll