[llvm] [NFC][MLGO] Fix indentation in MLGO.rst (PR #146444)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 17:52:46 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/146444.diff
1 Files Affected:
- (modified) llvm/docs/MLGO.rst (+3-3)
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/146444
More information about the llvm-commits
mailing list