[llvm] [Documentation] Update parameter and function attribute section in LangRef (PR #114007)

Rajat Bajpai via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 23:57:26 PDT 2024


================
@@ -1161,15 +1161,17 @@ parameters of a function. Parameter attributes are considered to be part
 of the function, not of the function type, so functions with different
 parameter attributes can have the same function type.
 
-Parameter attributes are simple keywords that follow the type specified.
-If multiple parameter attributes are needed, they are space separated.
-For example:
+Parameter attributes are simple keywords that follow the specified type.
+When multiple parameter attributes are required, they are separated by
+spaces. Additionally, target-dependent attributes can be provided as a
----------------
rajatbajpai wrote:

Thanks, Nikita. I have updated the changes.

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


More information about the llvm-commits mailing list