[PATCH] D154991: [FPEnv][TableGen] Add strictfp attribute to constrained intrinsics by default.

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 11 11:24:22 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/IR/Intrinsics.td:1102
 
-let IntrProperties = [IntrInaccessibleMemOnly, IntrWillReturn] in {
+/// IntrStrictFP - The intrinsic is allowed to be used in an alternate
+/// floating point environment.
----------------
Eventually I think it would be better if we had some sort of fpenv access property, such that we'll know which set of target intrinsics need handling and which aspects of the fpenv


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

https://reviews.llvm.org/D154991



More information about the cfe-commits mailing list