This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f37c8a6 [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches new cea4c9f Optimized FMA intrinsic + FNEG , like -(a*b+c) new fc03914 [Hexagon] Deal with undefs when extending live intervals
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/Hexagon/HexagonExpandCondsets.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 107 ++++++++++++++++++----- test/CodeGen/Hexagon/expand-condsets-extend.ll | 112 +++++++++++++++++++++++++ test/CodeGen/X86/avx2-fma-fneg-combine.ll | 86 +++++++++++++++++++ test/CodeGen/X86/fma-fneg-combine.ll | 62 ++++++++++---- 5 files changed, 333 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/Hexagon/expand-condsets-extend.ll create mode 100644 test/CodeGen/X86/avx2-fma-fneg-combine.ll