[llvm] Minor typo fix in IR2Vec section of MLGO doc (PR #141162)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 16:49:08 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlgo
Author: S. VenkataKeerthy (svkeerthy)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/141162.diff
1 Files Affected:
- (modified) llvm/docs/MLGO.rst (+1-1)
``````````diff
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:
``````````
</details>
https://github.com/llvm/llvm-project/pull/141162
More information about the llvm-commits
mailing list