From: Duncan Sands Date: Thu, 14 Jun 2012 14:58:28 +0000 (+0000) Subject: Clarify a bit that the types have to be the same. Came up on IRC. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b5a1bf4780b78b301fd21dbd865db45ee33cd204;p=oota-llvm.git Clarify a bit that the types have to be the same. Came up on IRC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158453 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index f13f13909bc..9cb7e6392ab 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -4739,7 +4739,7 @@ IfUnequal:
Arguments:

The first two operands of a 'shufflevector' 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 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.