[PATCH] D32964: [Doc] Document "Splat" in the lexicon
Wei-Ren Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 06:06:59 PDT 2017
chenwj created this revision.
As suggested on [1], adding Splat into LLVM Lexicon to benefit others.
[1] http://lists.llvm.org/pipermail/llvm-dev/2017-May/112757.html
https://reviews.llvm.org/D32964
Files:
docs/Lexicon.rst
Index: docs/Lexicon.rst
===================================================================
--- docs/Lexicon.rst
+++ docs/Lexicon.rst
@@ -259,6 +259,10 @@
In garbage collection, metadata emitted by the code generator which
identifies `roots`_ within the stack frame of an executing function.
+**Splat**
+ Splat means to take a single value and build a vector out of identical
+ copies of that value.
+
T
-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32964.98160.patch
Type: text/x-patch
Size: 428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170508/e91134b0/attachment.bin>
More information about the llvm-commits
mailing list