This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05f89d64f51 Support all integer types in DiagnosticInfoOptimizationBas [...] new 75acc65cb3a Add ‘llvm.experimental.constrained.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: docs/LangRef.rst | 35 ++++++++++ include/llvm/CodeGen/ISDOpcodes.h | 1 + include/llvm/CodeGen/SelectionDAGNodes.h | 3 +- include/llvm/IR/IntrinsicInst.h | 2 + include/llvm/IR/Intrinsics.td | 7 ++ lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 8 ++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 ++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 13 +++- lib/IR/IntrinsicInst.cpp | 20 ++++-- lib/IR/Verifier.cpp | 6 +- test/CodeGen/X86/fp-intrinsics.ll | 81 +++++++++++++++++------- test/Feature/fp-intrinsics.ll | 16 ++++- 12 files changed, 163 insertions(+), 35 deletions(-)