This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d83740 [EarlyCSE] less else, more auto; NFC new 87ff4c1 [XRay] Merge instrumentation point table emission code into A [...] new ef6bacf InstCombine: Add fma + fabs/fneg transforms new f61ad6e InstCombine: Add fma with constant transforms
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/CodeGen/AsmPrinter.h | 5 + lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 57 +++++++ lib/Target/AArch64/AArch64AsmPrinter.cpp | 56 +------ lib/Target/ARM/ARMAsmPrinter.cpp | 3 - lib/Target/ARM/ARMAsmPrinter.h | 3 - lib/Target/ARM/ARMMCInstLower.cpp | 38 ----- lib/Target/X86/X86AsmPrinter.cpp | 2 +- lib/Target/X86/X86MCInstLower.cpp | 50 ------ lib/Transforms/InstCombine/InstCombineCalls.cpp | 44 +++++ test/Transforms/InstCombine/fma.ll | 203 ++++++++++++++++++++++++ 10 files changed, 311 insertions(+), 150 deletions(-) create mode 100644 test/Transforms/InstCombine/fma.ll