From a2d35d153f3bfffcc2dfa10e4743d44cb9f00d1f Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Tue, 11 Dec 2012 23:13:23 +0000 Subject: [PATCH] Documentation: Lexicon.rst: add 'SLP' acronym llvm-svn: 169928 --- llvm/docs/Lexicon.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/llvm/docs/Lexicon.rst b/llvm/docs/Lexicon.rst index d568c0b..cbe1585 100644 --- a/llvm/docs/Lexicon.rst +++ b/llvm/docs/Lexicon.rst @@ -20,8 +20,10 @@ A B - +.. _lexicon-bb-vectorization: + **BB Vectorization** - Basic Block Vectorization + Basic-Block Vectorization **BURS** Bottom Up Rewriting System --- A method of instruction selection for code @@ -185,6 +187,10 @@ S **SCCP** Sparse Conditional Constant Propagation +**SLP** + Superword-Level Parallelism, same as :ref:`Basic-Block Vectorization + `. + **SRoA** Scalar Replacement of Aggregates -- 2.7.4