[PATCH] D52764: [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 13 00:24:27 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344437: [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions (authored by tlively, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D52764

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/ADT/APFloat.h
  llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
  llvm/trunk/include/llvm/IR/IRBuilder.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/unittests/ADT/APFloatTest.cpp
  llvm/trunk/unittests/IR/IRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52764.169544.patch
Type: text/x-patch
Size: 9575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181013/439393eb/attachment.bin>


More information about the llvm-commits mailing list