[docs][SandboxIR] Fix cross-reference to sandbox vectorizer (#133768)
The cross-reference used to point to a label in the auto-vectorization document.
This commit is contained in:
@@ -106,4 +106,4 @@ Please note that after a call to `revert()` or `accept()` tracking will stop.
|
|||||||
To start tracking again, the user needs to call `save()`.
|
To start tracking again, the user needs to call `save()`.
|
||||||
|
|
||||||
# Users of Sandbox IR
|
# Users of Sandbox IR
|
||||||
- [The Sandbox Vectorizer](sandbox-vectorizer)
|
- [The Sandbox Vectorizer](project:SandboxVectorizer.md)
|
||||||
|
|||||||
@@ -480,8 +480,6 @@ through clang using the command line flag:
|
|||||||
|
|
||||||
$ clang -fno-slp-vectorize file.c
|
$ clang -fno-slp-vectorize file.c
|
||||||
|
|
||||||
.. _sandbox-vectorizer:
|
|
||||||
|
|
||||||
The Sandbox Vectorizer
|
The Sandbox Vectorizer
|
||||||
======================
|
======================
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|||||||
Reference in New Issue
Block a user