mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Clarify a bit that the types have to be the same. Came up on IRC.
llvm-svn: 158453
This commit is contained in:
parent
cf2652ae8c
commit
36ade32369
@ -4739,7 +4739,7 @@ IfUnequal:
|
|||||||
|
|
||||||
<h5>Arguments:</h5>
|
<h5>Arguments:</h5>
|
||||||
<p>The first two operands of a '<tt>shufflevector</tt>' instruction are vectors
|
<p>The first two operands of a '<tt>shufflevector</tt>' instruction are vectors
|
||||||
with types that match each other. The third argument is a shuffle mask whose
|
with the same type. The third argument is a shuffle mask whose
|
||||||
element type is always 'i32'. The result of the instruction is a vector
|
element type is always 'i32'. The result of the instruction is a vector
|
||||||
whose length is the same as the shuffle mask and whose element type is the
|
whose length is the same as the shuffle mask and whose element type is the
|
||||||
same as the element type of the first two operands.</p>
|
same as the element type of the first two operands.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user