[llvm] 6620db5 - [NFC][MLGO] Fix indentation in MLGO.rst (#146444)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 18:00:13 PDT 2025


Author: S. VenkataKeerthy
Date: 2025-06-30T18:00:09-07:00
New Revision: 6620db50fef7203e0249f2180216e1f6d1836ea7

URL: https://github.com/llvm/llvm-project/commit/6620db50fef7203e0249f2180216e1f6d1836ea7
DIFF: https://github.com/llvm/llvm-project/commit/6620db50fef7203e0249f2180216e1f6d1836ea7.diff

LOG: [NFC][MLGO] Fix indentation in MLGO.rst (#146444)

Added: 
    

Modified: 
    llvm/docs/MLGO.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/MLGO.rst b/llvm/docs/MLGO.rst
index 4b373d028d516..6f7467063552f 100644
--- a/llvm/docs/MLGO.rst
+++ b/llvm/docs/MLGO.rst
@@ -454,9 +454,9 @@ The core components are:
     entities.
 
     .. note::
-
-    It is mandatory to have these three sections present in the vocabulary file 
-    for it to be valid; order in which they appear does not matter.
+      
+      It is mandatory to have these three sections present in the vocabulary file 
+      for it to be valid; order in which they appear does not matter.
 
   - **Embedder**: A class (``ir2vec::Embedder``) that uses the vocabulary to
     compute embeddings for instructions, basic blocks, and functions.


        


More information about the llvm-commits mailing list