Skip to content

AMDGPU: Use list-table for metadata table #85024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions llvm/docs/AMDGPUUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1317,15 +1317,16 @@ LLVM IR Metadata

The AMDGPU backend implements the following LLVM IR metadata.

.. table:: AMDGPU LLVM IR Metadata
.. list-table:: AMDGPU LLVM IR Metatdata
:name: amdgpu-llvm-ir-metadata-table

============================================== ==========================================================
LLVM IR Metadata Description
============================================== ==========================================================
!amdgpu.last.use Sets TH_LOAD_LU temporal hint on load instructions that support it.
Takes priority over nontemporal hint (TH_LOAD_NT).
============================================== ==========================================================
* - Metadata Name
- Description
- Values
* - !amdgpu.last.use
- Sets TH_LOAD_LU temporal hint on load instructions that support it.
Takes priority over nontemporal hint (TH_LOAD_NT).
- {}

LLVM IR Attributes
------------------
Expand Down