Skip to content

Commit 309a881

Browse files
committed
[VPlan] Address remaining comments for #85689.
Address comments missed when landing #85689.
1 parent cdb41e4 commit 309a881

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

llvm/docs/VectorizationPlan.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,5 +289,5 @@ References
289289
.. [9] "Extending LoopVectorizer: OpenMP4.5 SIMD and Outer Loop
290290
Auto-Vectorization", Intel Vectorizer Team, LLVM Developers' Meeting 2016.
291291
292-
.. [10] "VPlan: Status Update and Future Roadmap", Florian Hahn, LLVM
293-
Developers' Meeting 2023, https://www.youtube.com/watch?v=SzGP4PgMuLE
292+
.. [10] "VPlan: Status Update and Future Roadmap", Ayal Zaks and Florian Hahn,
293+
LLVM Developers' Meeting 2023, https://www.youtube.com/watch?v=SzGP4PgMuLE

llvm/docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@
222222
# If false, no module index is generated.
223223
# latex_domain_indices = True
224224

225+
# If true, figures, tables and code-blocks are automatically numbered if they
226+
# have a caption.
225227
numfig = True
226228

227229
# -- Options for manual page output --------------------------------------------

0 commit comments

Comments
 (0)