[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:
vporpo
2025-04-17 15:46:42 -07:00
committed by GitHub
parent f0f55453a2
commit 767c8c1bad
2 changed files with 1 additions and 3 deletions

View File

@@ -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)

View File

@@ -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::