[PATCH] D53783: [Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 09:57:15 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL345512: [Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics (authored by leonardchan, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53783?vs=171375&id=171528#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53783

Files:
  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/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  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/X86/ssub_sat.ll
  llvm/trunk/test/CodeGen/X86/usub_sat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53783.171528.patch
Type: text/x-patch
Size: 31705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181029/d435c55b/attachment.bin>


More information about the llvm-commits mailing list