This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db361aa2240 [X86] Combine vpmovdw+vpacksswb into vpmovdb. new 8e3fdeb3b88 [Intrinsic] Signed Fixed Point Multiplication Intrinsic new 14d714ee082 Fix compiler warning about unused variable [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 | 70 ++++ include/llvm/CodeGen/ISDOpcodes.h | 7 + include/llvm/CodeGen/TargetLowering.h | 39 +- include/llvm/IR/Intrinsics.td | 8 +- include/llvm/Target/TargetSelectionDAG.td | 4 + lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 10 + lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 109 +++++ lib/CodeGen/SelectionDAG/LegalizeTypes.h | 7 + lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 6 + lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 28 ++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 8 + lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 75 +++- lib/CodeGen/TargetLoweringBase.cpp | 1 + lib/IR/Verifier.cpp | 18 + lib/Transforms/Coroutines/CoroSplit.cpp | 2 +- test/CodeGen/X86/smul_fix.ll | 458 ++++++++++++++++++++++ 17 files changed, 843 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/X86/smul_fix.ll