[llvm] MLGO Doc fixes (PR #146444)

S. VenkataKeerthy via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 17:51:22 PDT 2025


https://github.com/svkeerthy created https://github.com/llvm/llvm-project/pull/146444

None

>From 6ba539fb8488fa2ecf47e48d9d2e90e3b1b9ccd7 Mon Sep 17 00:00:00 2001
From: svkeerthy <venkatakeerthy at google.com>
Date: Tue, 1 Jul 2025 00:51:00 +0000
Subject: [PATCH] MLGO Doc fixes

---
 llvm/docs/MLGO.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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