This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff4096b AMDGPU: Form more FMAs if fusion is allowed new 121f865 AMDGPU: Check fast math flags in fadd/fsub combines new 46e5f1c AMDGPU: Swap order of operands in fadd/fsub combine new b78d89e [ThinLTO] Save 8B per summary entry by rearranging the fields (NFC)
The 3 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: include/llvm/IR/ModuleSummaryIndex.h | 6 +-- lib/Target/AMDGPU/SIISelLowering.cpp | 27 +++++++---- lib/Target/AMDGPU/SIISelLowering.h | 3 +- test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll | 16 +++---- test/CodeGen/AMDGPU/fmuladd.f16.ll | 4 +- test/CodeGen/AMDGPU/fmuladd.f32.ll | 4 +- test/CodeGen/AMDGPU/fmuladd.f64.ll | 63 +++++++++++++++++++++++++ 7 files changed, 97 insertions(+), 26 deletions(-)