This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cee1c46 AMDGPU: Implement isFMAFasterThanFMulAndFAdd for f16 new 75c32f5 AMDGPU: Enable some f32 fadd/fsub combines for f16 new 121cd50 AMDGPU: Move combines into separate functions
The 2 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 | 316 +++++++++++++----------- lib/Target/AMDGPU/SIISelLowering.h | 5 + test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll | 112 ++++++++- test/CodeGen/AMDGPU/fmuladd.ll | 188 +++++++++++++- test/CodeGen/AMDGPU/mad-sub.ll | 195 ++++++++++++++- 5 files changed, 666 insertions(+), 150 deletions(-)