We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b85894 commit 2413af2Copy full SHA for 2413af2
llvm/docs/Lexicon.rst
@@ -249,6 +249,14 @@ S
249
Superword-Level Parallelism, same as :ref:`Basic-Block Vectorization
250
<lexicon-bb-vectorization>`.
251
252
+**Splat**
253
+ Splat refers to a vector of identical scalar elements.
254
+
255
+ The term is based on the PowerPC Altivec instructions that provided
256
+ this functionality in hardware. For example, "vsplth" and the corresponding
257
+ software intrinsic "vec_splat()". Examples of other hardware names for this
258
+ action include "duplicate" (ARM) and "broadcast" (x86).
259
260
**SRoA**
261
Scalar Replacement of Aggregates
262
0 commit comments