[llvm-branch-commits] [clang] [llvm] [IR] Add FPOperation intrinsic property (PR #122313)

Jay Foad via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 9 09:07:58 PST 2025


================
@@ -308,6 +308,9 @@ def StackProtectStrong : EnumAttr<"sspstrong", IntersectPreserve, [FnAttr]>;
 /// Function was called in a scope requiring strict floating point semantics.
 def StrictFP : EnumAttr<"strictfp", IntersectPreserve, [FnAttr]>;
 
+/// Function is a floating point operation.
+def FPOperation : EnumAttr<"fpoperation", IntersectPreserve, [FnAttr]>;
----------------
jayfoad wrote:

Function attributes need documenting in LangRef

https://github.com/llvm/llvm-project/pull/122313


More information about the llvm-branch-commits mailing list