[PATCH] D45576: [RFC] Allow target to handle STRICT floating-point nodes

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 10:11:30 PDT 2018


cameron.mcinally added a comment.

In https://reviews.llvm.org/D45576#1178334, @uweigand wrote:

> Well, I was thinking that in non-strict code, calls do *not* implicitly define FPC.   Only calls in strict code (marked by the front-end when FENV_ACCESS is on at the call site) would do so.  (This is not yet implemented.)


That sounds reasonable to me. Thanks for the explanation, Ulrich.


Repository:
  rL LLVM

https://reviews.llvm.org/D45576





More information about the llvm-commits mailing list