From be3d3a66eef6a7480ff315f0011377cc050c5b61 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 14 Jun 2012 14:58:28 +0000 Subject: Clarify a bit that the types have to be the same. Came up on IRC. llvm-svn: 158453 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/LangRef.html') diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index f13f13909bc..9cb7e6392ab 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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.

-- cgit v1.2.3