[PATCH] D53157: Teach the IRBuilder about constrained fadd and friends

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 12:00:15 PDT 2018


kpn created this revision.
kpn added reviewers: chandlerc, spatel, arsenm.
Herald added subscribers: llvm-commits, wdng.

The IRBuilder has calls to create floating point instructions like fadd. It does not have calls to create constrained versions of them. This patch adds support for constrained creation of fadd, fsub, fmul, fdiv, and frem.


Repository:
  rL LLVM

https://reviews.llvm.org/D53157

Files:
  include/llvm/IR/IRBuilder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53157.169264.patch
Type: text/x-patch
Size: 4680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181011/e968978e/attachment.bin>


More information about the llvm-commits mailing list