[llvm] [docs][mlgo] Fix list formatting (PR #139922)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed May 14 08:17:39 PDT 2025


https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/139922

Fix after #139205

>From 436b2ccd9bfd63d6d8f4d676c34039dd8eb37630 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Wed, 14 May 2025 08:15:53 -0700
Subject: [PATCH] [docs][mlgo] Fix list formatting

---
 llvm/docs/MLGO.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llvm/docs/MLGO.rst b/llvm/docs/MLGO.rst
index 692c9861d8caa..7f5855966c9b3 100644
--- a/llvm/docs/MLGO.rst
+++ b/llvm/docs/MLGO.rst
@@ -61,6 +61,7 @@ call, where the parameters and result are bound by name and are described by
 name, scalar type, and shape tuples.
 
 The main types in LLVM are:
+
 - ``MLModelRunner`` - an abstraction for the decision making mechanism
 - ``TensorSpec`` which describes a tensor.
 



More information about the llvm-commits mailing list