[PATCH] D71624: [FPEnv] Strict versions of llvm.minimum/llvm.maximum

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 13:08:55 PST 2019


uweigand created this revision.
uweigand added reviewers: kpn, andrew.w.kaylor, craig.topper, cameron.mcinally, RKSimon.
Herald added subscribers: llvm-commits, jdoerfert, hiraditya.
Herald added a project: LLVM.

Add new intrinsics llvm.experimental.constrained.minimum and llvm.experimental.constrained.maximum as strict versions of llvm.minimum and llvm.maximum.  Includes SystemZ back-end support.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71624

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/include/llvm/IR/ConstrainedOps.def
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/Target/TargetSelectionDAG.td
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/lib/Target/SystemZ/SystemZInstrVector.td
  llvm/test/CodeGen/SystemZ/vec-strict-max-01.ll
  llvm/test/CodeGen/SystemZ/vec-strict-min-01.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71624.234375.patch
Type: text/x-patch
Size: 15918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191217/a835201f/attachment.bin>


More information about the llvm-commits mailing list