[PATCH] D53411: [FPEnv] Add constrained CEIL and FLOOR intrinsics

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 19 06:07:54 PDT 2018


uweigand added a comment.

In https://reviews.llvm.org/D53411#1269133, @kpn wrote:

> In https://reviews.llvm.org/D53411#1269102, @uweigand wrote:
>
> > While you're at it, shouldn't we also add ROUND and TRUNC to complete the set?
>
>
> Those are in https://reviews.llvm.org/D43515 which I'm still working on.


I don't see them there ... https://reviews.llvm.org/D43515 does have FP_ROUND and FP_EXTEND (conversions between different FP formats), but it doesn't have FROUND and FTRUNC (the two other versions of round-to-integral-value within the same FP format, together with FRINT, FNEARBYINT, FFLOOR, and FCEIL).


Repository:
  rL LLVM

https://reviews.llvm.org/D53411





More information about the llvm-commits mailing list