From 767c8c1badc03881aa97ed145ed8f0335c5a1d17 Mon Sep 17 00:00:00 2001 From: vporpo Date: Thu, 17 Apr 2025 15:46:42 -0700 Subject: [PATCH] [docs][SandboxIR] Fix cross-reference to sandbox vectorizer (#133768) The cross-reference used to point to a label in the auto-vectorization document. --- llvm/docs/SandboxIR.md | 2 +- llvm/docs/Vectorizers.rst | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/llvm/docs/SandboxIR.md b/llvm/docs/SandboxIR.md index b06c4c89c5b4..d2b612ba95ef 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 c65b6ac61750..c7bf9133e146 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::