Skip to content

Commit

Permalink
[VPlan] Address remaining comments for #85689.
Browse files Browse the repository at this point in the history
Address comments missed when landing
#85689.
  • Loading branch information
fhahn committed May 16, 2024
1 parent cdb41e4 commit 309a881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/VectorizationPlan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions llvm/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 --------------------------------------------
Expand Down

0 comments on commit 309a881

Please sign in to comment.