[llvm] 65d9dc7 - [AMDGPU] Fix list indentation in docs

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 07:06:59 PST 2021


Author: Jay Foad
Date: 2021-11-29T15:06:01Z
New Revision: 65d9dc7f1f4ac5b4d76502d36bd81d9857538148

URL: https://github.com/llvm/llvm-project/commit/65d9dc7f1f4ac5b4d76502d36bd81d9857538148
DIFF: https://github.com/llvm/llvm-project/commit/65d9dc7f1f4ac5b4d76502d36bd81d9857538148.diff

LOG: [AMDGPU] Fix list indentation in docs

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 8d11c1eefb57..0690c338adec 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -8676,13 +8676,13 @@ table :ref:`amdgpu-amdhsa-memory-model-code-sequences-gfx10-table`.
                                               - constant
                                                          - !volatile & nontemporal
 
-                                                            1. buffer/global/flat_store
-                                                               slc=1
+                                                           1. buffer/global/flat_store
+                                                              slc=1
 
                                                          - volatile
 
-                                                            1. buffer/global/flat_store
-                                                            2. s_waitcnt vscnt(0)
+                                                           1. buffer/global/flat_store
+                                                           2. s_waitcnt vscnt(0)
 
                                                             - Must happen before
                                                               any following volatile


        


More information about the llvm-commits mailing list