Skip to content

Commit 767c8c1

Browse files
authored
[docs][SandboxIR] Fix cross-reference to sandbox vectorizer (#133768)
The cross-reference used to point to a label in the auto-vectorization document.
1 parent f0f5545 commit 767c8c1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

llvm/docs/SandboxIR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Please note that after a call to `revert()` or `accept()` tracking will stop.
106106
To start tracking again, the user needs to call `save()`.
107107
108108
# Users of Sandbox IR
109-
- [The Sandbox Vectorizer](sandbox-vectorizer)
109+
- [The Sandbox Vectorizer](project:SandboxVectorizer.md)

llvm/docs/Vectorizers.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,6 @@ through clang using the command line flag:
480480
481481
$ clang -fno-slp-vectorize file.c
482482
483-
.. _sandbox-vectorizer:
484-
485483
The Sandbox Vectorizer
486484
======================
487485
.. toctree::

0 commit comments

Comments
 (0)