This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 16d0c7bf1b9 [CGP] use IRBuilder to simplify code new 3da96d6f13e [GlobalISel] Introduce a generic floating point floor opcod [...] new 511056753e6 [GlobalISel] Add IRTranslator support for G_FFLOOR new 18c82e623e0 [Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
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: docs/LangRef.rst | 64 ++++- include/llvm/CodeGen/ISDOpcodes.h | 4 +- include/llvm/CodeGen/TargetLowering.h | 1 + include/llvm/IR/Intrinsics.td | 4 + include/llvm/Support/TargetOpcodes.def | 3 + include/llvm/Target/GenericOpcodes.td | 7 + .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 1 + include/llvm/Target/TargetSelectionDAG.td | 4 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 5 + lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 +- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 48 +++- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 10 +- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 4 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 11 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 18 +- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 30 ++- lib/CodeGen/TargetLoweringBase.cpp | 1 + lib/IR/Verifier.cpp | 23 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 8 + .../GlobalISel/legalizer-info-validation.mir | 5 +- test/CodeGen/X86/{smul_fix.ll => umul_fix.ll} | 267 ++++++++++----------- 22 files changed, 329 insertions(+), 194 deletions(-) copy test/CodeGen/X86/{smul_fix.ll => umul_fix.ll} (61%)