This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 966c1da7e6c [JITLink] Add two useful Section operations: find by name, [...] new 7f5f3184316 [AMDGPU] gfx1010: use fmac instructions
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 | 8 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 106 +++++--- lib/Target/AMDGPU/SIInstructions.td | 10 +- lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 20 +- test/CodeGen/AMDGPU/fdiv.f16.ll | 119 ++++----- test/CodeGen/AMDGPU/fmac.sdwa.ll | 76 ++++++ test/CodeGen/AMDGPU/fmuladd.f16.ll | 266 ++++++++++++++------ test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll | 32 ++- test/CodeGen/AMDGPU/madak.ll | 120 +++++---- test/CodeGen/AMDGPU/sdwa-peephole-instr-gfx10.mir | 293 ++++++++++++++++++++++ test/CodeGen/AMDGPU/twoaddr-fma.mir | 183 ++++++++++++++ 11 files changed, 1004 insertions(+), 229 deletions(-) create mode 100644 test/CodeGen/AMDGPU/fmac.sdwa.ll create mode 100644 test/CodeGen/AMDGPU/sdwa-peephole-instr-gfx10.mir create mode 100644 test/CodeGen/AMDGPU/twoaddr-fma.mir