[PATCH] D27028: Add intrinsics for constrained floating point operations

Andy Kaylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 17:19:25 PST 2016


andrew.w.kaylor added inline comments.


================
Comment at: include/llvm/IR/Intrinsics.td:475
+}
+// FIXME: Add intrinsic for fcmp, fptrunc, fpext, fptoui and fptosi.
+
----------------
arsenm wrote:
> Also fma, minnum, maxnum, sqrt
That's a bit of a can of worms, isn't it?  I mean there are a whole bunch of FP intrinsics, and I can imagine it making sense to have constrained versions of any of them.


Repository:
  rL LLVM

https://reviews.llvm.org/D27028





More information about the llvm-commits mailing list