[llvm] 309a881 - [VPlan] Address remaining comments for #85689.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 08:56:22 PDT 2024


Author: Florian Hahn
Date: 2024-05-16T16:55:57+01:00
New Revision: 309a881dccb82bf1f101cf138bee3e7400968ed8

URL: https://github.com/llvm/llvm-project/commit/309a881dccb82bf1f101cf138bee3e7400968ed8
DIFF: https://github.com/llvm/llvm-project/commit/309a881dccb82bf1f101cf138bee3e7400968ed8.diff

LOG: [VPlan] Address remaining comments for #85689.

Address comments missed when landing
https://github.com/llvm/llvm-project/pull/85689.

Added: 
    

Modified: 
    llvm/docs/VectorizationPlan.rst
    llvm/docs/conf.py

Removed: 
    


################################################################################
diff  --git a/llvm/docs/VectorizationPlan.rst b/llvm/docs/VectorizationPlan.rst
index 6496263cf8d97..73e9e6098175a 100644
--- a/llvm/docs/VectorizationPlan.rst
+++ b/llvm/docs/VectorizationPlan.rst
@@ -289,5 +289,5 @@ References
 .. [9] "Extending LoopVectorizer: OpenMP4.5 SIMD and Outer Loop
     Auto-Vectorization", Intel Vectorizer Team, LLVM Developers' Meeting 2016.
 
-.. [10] "VPlan: Status Update and Future Roadmap", Florian Hahn, LLVM
-         Developers' Meeting 2023, https://www.youtube.com/watch?v=SzGP4PgMuLE
+.. [10] "VPlan: Status Update and Future Roadmap", Ayal Zaks and Florian Hahn,
+    LLVM Developers' Meeting 2023, https://www.youtube.com/watch?v=SzGP4PgMuLE

diff  --git a/llvm/docs/conf.py b/llvm/docs/conf.py
index 270f5b33e9855..7f2ed5309606b 100644
--- a/llvm/docs/conf.py
+++ b/llvm/docs/conf.py
@@ -222,6 +222,8 @@
 # If false, no module index is generated.
 # latex_domain_indices = True
 
+# If true, figures, tables and code-blocks are automatically numbered if they
+# have a caption. 
 numfig = True
 
 # -- Options for manual page output --------------------------------------------


        


More information about the llvm-commits mailing list