[llvm] d659648 - Minor typo fix in IR2Vec section of MLGO doc (#141162)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 16:49:25 PDT 2025


Author: S. VenkataKeerthy
Date: 2025-05-22T16:49:21-07:00
New Revision: d6596482ef277269dd35b5ea0c0439173cba7636

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

LOG: Minor typo fix in IR2Vec section of MLGO doc (#141162)

Co-authored-by: svkeerthy <venkatakeerthy at google.com>

Added: 
    

Modified: 
    llvm/docs/MLGO.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/MLGO.rst b/llvm/docs/MLGO.rst
index 43b45d505ea3a..15d71c9d77506 100644
--- a/llvm/docs/MLGO.rst
+++ b/llvm/docs/MLGO.rst
@@ -471,7 +471,7 @@ embeddings can be computed and accessed via an ``ir2vec::Embedder`` instance.
       const ir2vec::Vocab &Vocabulary = VocabRes.getVocabulary();
       unsigned Dimension = VocabRes.getDimension();
 
-    Note that ``IR2VecVocabAnalysis`` pass is immutable.
+   Note that ``IR2VecVocabAnalysis`` pass is immutable.
 
 2. **Create Embedder instance**:
    With the vocabulary, create an embedder for a specific function:


        


More information about the llvm-commits mailing list