This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a2b35082b00 [Support] Make support types more easily printable. new a4e191b3237 [X86] Remove FMA4 scalar intrinsics. Use llvm.fma intrinsic [...]
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: include/llvm/IR/IntrinsicsX86.td | 9 ---- lib/IR/AutoUpgrade.cpp | 16 ++++++ lib/Target/X86/X86ISelLowering.cpp | 16 ------ lib/Target/X86/X86ISelLowering.h | 3 -- lib/Target/X86/X86InstrFMA.td | 89 ++++++++++++++++++++++----------- lib/Target/X86/X86InstrFragmentsSIMD.td | 6 --- lib/Target/X86/X86IntrinsicsInfo.h | 2 - test/CodeGen/X86/fma4-commute-x86.ll | 12 ++--- test/CodeGen/X86/fma4-fneg-combine.ll | 28 ++++++++--- test/CodeGen/X86/fma4-scalar-memfold.ll | 4 +- 10 files changed, 105 insertions(+), 80 deletions(-)