Dan Gohman f72fb679ef Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments
and, if so, to return a vector of boolean as a result;

Extend the select LLVM IR instruction to allow you to specify a result
type which is a vector of boolean, in which case the result will be an
element-wise selection instead of choosing one vector or the other; and

Update LangRef.html to describe these changes.

This patch was contributed by Preston Gurd!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55969 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-09 01:02:47 +00:00
..
2008-08-29 00:48:44 +00:00
2008-03-23 13:44:17 +00:00
2008-07-16 15:59:56 +00:00
2008-04-30 04:56:14 +00:00
2008-02-27 06:33:05 +00:00
2008-07-17 16:51:19 +00:00
2008-04-01 04:00:45 +00:00
2008-07-05 22:41:37 +00:00
2008-07-01 17:44:24 +00:00
2008-06-24 17:46:48 +00:00
2008-08-23 22:43:21 +00:00