This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 121cd50 AMDGPU: Move combines into separate functions new ff4096b AMDGPU: Form more FMAs if fusion is allowed
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 | 75 +++-- lib/Target/AMDGPU/SIISelLowering.h | 1 + test/CodeGen/AMDGPU/fmuladd.f16.ll | 467 ++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/fmuladd.f32.ll | 583 +++++++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/fmuladd.f64.ll | 119 +++++++ test/CodeGen/AMDGPU/fmuladd.ll | 400 ------------------------ test/CodeGen/AMDGPU/mad-sub.ll | 420 ------------------------- 7 files changed, 1215 insertions(+), 850 deletions(-) create mode 100644 test/CodeGen/AMDGPU/fmuladd.f16.ll create mode 100644 test/CodeGen/AMDGPU/fmuladd.f32.ll create mode 100644 test/CodeGen/AMDGPU/fmuladd.f64.ll delete mode 100644 test/CodeGen/AMDGPU/fmuladd.ll delete mode 100644 test/CodeGen/AMDGPU/mad-sub.ll