summaryrefslogtreecommitdiffstats
path: root/llvm/docs/AMDGPUUsage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/AMDGPUUsage.rst')
-rw-r--r--llvm/docs/AMDGPUUsage.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 72897f03cee..33a486ee8fc 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -433,6 +433,14 @@ The AMDGPU backend supports the following LLVM IR attributes.
"amdgpu-waves-per-eu"="m,n" Specify the minimum and maximum number of waves per
execution unit. Generated by the ``amdgpu_waves_per_eu``
CLANG attribute [CLANG-ATTR]_.
+
+ "amdgpu-ieee" true/false. Specify whether the function expects
+ the IEEE field of the mode register to be set on entry. Overrides
+ the default for the calling convention.
+ "amdgpu-dx10-clamp" true/false. Specify whether the function expects
+ the DX10_CLAMP field of the mode register to be set on entry. Overrides
+ the default for the calling convention.
+
======================================= ==========================================================
Code Object
OpenPOWER on IntegriCloud