[llvm] c2b9aa0 - [docs][mlgo] Fix list formatting (#139922)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 14 08:17:44 PDT 2025
Author: Mircea Trofin
Date: 2025-05-14T08:17:40-07:00
New Revision: c2b9aa0e72616edf9f22e7df27295c259a6b8fc5
URL: https://github.com/llvm/llvm-project/commit/c2b9aa0e72616edf9f22e7df27295c259a6b8fc5
DIFF: https://github.com/llvm/llvm-project/commit/c2b9aa0e72616edf9f22e7df27295c259a6b8fc5.diff
LOG: [docs][mlgo] Fix list formatting (#139922)
Fix after #139205
Added:
Modified:
llvm/docs/MLGO.rst
Removed:
################################################################################
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