[llvm] 17b4adb - [docs][mlgo] Address remaining comment from #139205 (#139427)

via llvm-commits llvm-commits at lists.llvm.org
Sat May 10 18:10:29 PDT 2025


Author: Mircea Trofin
Date: 2025-05-10T18:10:26-07:00
New Revision: 17b4adbb23f7425f73a7391e8b0a470bdc46558a

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

LOG: [docs][mlgo] Address remaining comment from #139205 (#139427)

Missed the last feedback in #139205

Added: 
    

Modified: 
    llvm/docs/MLGO.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/MLGO.rst b/llvm/docs/MLGO.rst
index 382dbd1ece7c5..692c9861d8caa 100644
--- a/llvm/docs/MLGO.rst
+++ b/llvm/docs/MLGO.rst
@@ -161,8 +161,8 @@ requiring no out of tree build-time dependencies.
 
 - ``InteractiveModelRunner``. This is intended for training scenarios where the
   training algorithm drives compilation. This model runner has no special
-  dependencies, and relies on I/O pipes to communicate with a separate process
-- presumably a python training algorithm. We do not envision using this in a
+  dependencies, and relies on I/O pipes to communicate with a separate process,
+  presumably a python training algorithm. We do not envision using this in a
   production environment.
 
 Note that training leaves it to the training infrastructure to handle


        


More information about the llvm-commits mailing list