[llvm-commits] LLVM IR change for review or committal
Preston Gurd
pgurd at rapidmind.com
Fri Sep 5 12:47:23 PDT 2008
This proposed change is intended to accomplish the following:
- 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
- updated LangRef.html to describe these changes.
Could someone please review these changes and either advise me what
additional changes you might want or else commit the patch for me?
Thanks,
Preston Gurd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.diff
Type: text/x-patch
Size: 129631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080905/7711f89c/attachment.bin>
More information about the llvm-commits
mailing list