[PATCH] D57836: [Intrinsic] Unsigned Fixed Point Saturation Multiplication Intrinsic

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 7 05:15:42 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371308: [Intrinsic] Add the llvm.umul.fix.sat intrinsic (authored by bjope, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57836?vs=218331&id=219237#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57836/new/

https://reviews.llvm.org/D57836

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/include/llvm/Target/TargetSelectionDAG.td
  llvm/trunk/lib/Analysis/VectorUtils.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/test/CodeGen/PowerPC/umulfixsat.ll
  llvm/trunk/test/CodeGen/X86/mulfix_combine.ll
  llvm/trunk/test/CodeGen/X86/umul_fix_sat.ll
  llvm/trunk/test/CodeGen/X86/vector-mulfix-legalize.ll
  llvm/trunk/test/Transforms/Scalarizer/intrinsics.ll
  llvm/trunk/test/Verifier/intrinsic-immarg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57836.219237.patch
Type: text/x-patch
Size: 51951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190907/50cc96b9/attachment.bin>


More information about the llvm-commits mailing list