Skip to content

Commit cd2f616

Browse files
authored
AMDGPU: Use list-table for metadata table (#85024)
The table syntax for sphinx is really insufferably whitespace dependent. I've been meaning to convert the existing attribute and intrinsic tables to use list-table, which is less painful to merge.
1 parent fe1d02b commit cd2f616

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,15 +1317,16 @@ LLVM IR Metadata
13171317

13181318
The AMDGPU backend implements the following LLVM IR metadata.
13191319

1320-
.. table:: AMDGPU LLVM IR Metadata
1320+
.. list-table:: AMDGPU LLVM IR Metatdata
13211321
:name: amdgpu-llvm-ir-metadata-table
13221322

1323-
============================================== ==========================================================
1324-
LLVM IR Metadata Description
1325-
============================================== ==========================================================
1326-
!amdgpu.last.use Sets TH_LOAD_LU temporal hint on load instructions that support it.
1327-
Takes priority over nontemporal hint (TH_LOAD_NT).
1328-
============================================== ==========================================================
1323+
* - Metadata Name
1324+
- Description
1325+
- Values
1326+
* - !amdgpu.last.use
1327+
- Sets TH_LOAD_LU temporal hint on load instructions that support it.
1328+
Takes priority over nontemporal hint (TH_LOAD_NT).
1329+
- {}
13291330

13301331
LLVM IR Attributes
13311332
------------------

0 commit comments

Comments
 (0)