[PATCH] D72820: [FPEnv] Add pragma FP_CONTRACT support under strict FP.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 17 15:30:28 PST 2020


rjmccall added a comment.

Remember that the design is that constrained intrinsics must be used whenever *any* code in the function is constrained.  It is not unreasonable that part of the function might be constrained and the rest subject to fast-math; it'd be a shame if the intrinsics couldn't even express that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72820





More information about the cfe-commits mailing list