This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee3f12e2297 TargetLowering::SimplifyDemandedBits - early-out for UNDEF [...] new ff5c498da23 Add constrained fptrunc and fpext intrinsics. new c26af7673b1 [x86] add test for insert/extract binop; NFC
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: docs/LangRef.rst | 71 +++++++ include/llvm/CodeGen/ISDOpcodes.h | 20 ++ include/llvm/CodeGen/SelectionDAGNodes.h | 2 + include/llvm/CodeGen/TargetLowering.h | 2 + include/llvm/IR/IntrinsicInst.h | 2 + include/llvm/IR/Intrinsics.td | 13 +- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 35 +++- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 3 + lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 4 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 198 +++++++++++++++++-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 17 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 15 +- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 + lib/IR/IntrinsicInst.cpp | 2 + lib/IR/Verifier.cpp | 43 ++++ test/CodeGen/X86/fp-intrinsics.ll | 26 +++ .../X86/vector-constrained-fp-intrinsics.ll | 219 +++++++++++++++++++++ test/CodeGen/X86/vector-narrow-binop.ll | 53 +++++ test/Feature/fp-intrinsics.ll | 26 +++ 19 files changed, 721 insertions(+), 32 deletions(-)