kpn marked an inline comment as done.
kpn added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.h:4348
+ /// Query for the use of constrained floating point math
+ bool isStrictFP() { return Builder.getIsFPConstrained(); }
+
----------------
rjmccall wrote:
> How is this set that we don't end up also setting it as a function attribute?
I admit I don't understand the question. Since the strictfp attribute is
required on both definitions and calls then only one accessor function seems
needed?
I don't get to spend as much time in clang proper as I might like.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81178/new/
https://reviews.llvm.org/D81178
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits