[llvm] AMDGPU: Document more backend recognized attributes (PR #80239)

Ivan Kosarev via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 04:01:38 PST 2024


================
@@ -1438,7 +1438,10 @@ The AMDGPU backend supports the following LLVM IR attributes.
                                              :ref:`amdgpu_ps <amdgpu_ps>` shaders. Any bits enabled by this value will
                                              be enabled in the final register value.
 
-    "amdgpu-wave-priority-threshold"         ..TODO:: Describe.
+    "amdgpu-wave-priority-threshold"         VALU instruction count threshold for adjusting wave priority. If exceeded,
----------------
kosarev wrote:

The description looks correct to me. The pass was never proven useful though, if I recall correctly.

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


More information about the llvm-commits mailing list