[PATCH] D157871: IR: Add llvm.exp10 intrinsic

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 10:52:31 PDT 2023


arsenm added a comment.

In D157871#4585983 <https://reviews.llvm.org/D157871#4585983>, @kpn wrote:

> Any plans for a strictfp/constrained version?

My current intention is to not add any more constrained intrinsics as an unsustainable effort in boilerplate; I think we should do call strictfp instead of duplicating every operation and ignoring target intrinsics


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157871/new/

https://reviews.llvm.org/D157871



More information about the llvm-commits mailing list