[llvm] 767c8c1 - [docs][SandboxIR] Fix cross-reference to sandbox vectorizer (#133768)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 15:46:45 PDT 2025


Author: vporpo
Date: 2025-04-17T15:46:42-07:00
New Revision: 767c8c1badc03881aa97ed145ed8f0335c5a1d17

URL: https://github.com/llvm/llvm-project/commit/767c8c1badc03881aa97ed145ed8f0335c5a1d17
DIFF: https://github.com/llvm/llvm-project/commit/767c8c1badc03881aa97ed145ed8f0335c5a1d17.diff

LOG: [docs][SandboxIR] Fix cross-reference to sandbox vectorizer (#133768)

The cross-reference used to point to a label in the auto-vectorization
document.

Added: 
    

Modified: 
    llvm/docs/SandboxIR.md
    llvm/docs/Vectorizers.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/SandboxIR.md b/llvm/docs/SandboxIR.md
index b06c4c89c5b4f..d2b612ba95ef1 100644
--- a/llvm/docs/SandboxIR.md
+++ b/llvm/docs/SandboxIR.md
@@ -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()`.
 
 # Users of Sandbox IR
-- [The Sandbox Vectorizer](sandbox-vectorizer)
+- [The Sandbox Vectorizer](project:SandboxVectorizer.md)

diff  --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst
index c65b6ac617508..c7bf9133e146b 100644
--- a/llvm/docs/Vectorizers.rst
+++ b/llvm/docs/Vectorizers.rst
@@ -480,8 +480,6 @@ through clang using the command line flag:
 
    $ clang -fno-slp-vectorize file.c
 
-.. _sandbox-vectorizer:
-
 The Sandbox Vectorizer
 ======================
 .. toctree::


        


More information about the llvm-commits mailing list