summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/AutoVectorization.rst (renamed from llvm/docs/Vectorizers.rst)0
-rw-r--r--llvm/docs/subsystems.rst4
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/AutoVectorization.rst
index 4a85a7ee6db..4a85a7ee6db 100644
--- a/llvm/docs/Vectorizers.rst
+++ b/llvm/docs/AutoVectorization.rst
diff --git a/llvm/docs/subsystems.rst b/llvm/docs/subsystems.rst
index e1bc88e70c8..03861b4978f 100644
--- a/llvm/docs/subsystems.rst
+++ b/llvm/docs/subsystems.rst
@@ -21,7 +21,7 @@ Subsystem Documentation
HowToUseInstrMappings
SystemLibrary
SourceLevelDebugging
- Vectorizers
+ AutoVectorization
WritingAnLLVMBackend
GarbageCollection
WritingAnLLVMPass
@@ -63,7 +63,7 @@ Subsystem Documentation
This document describes the design and philosophy behind the LLVM
source-level debugger.
-* :doc:`Vectorization in LLVM <Vectorizers>`
+* :doc:`AutoVectorization`
This document describes the current status of vectorization in LLVM.
OpenPOWER on IntegriCloud