[llvm-commits] LLVM IR change for review or committal - resubmitted

Preston Gurd pgurd at rapidmind.com
Mon Sep 8 08:10:01 PDT 2008


Resubmitted without auto-generated stuff, as requested...

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


On Mon, 2008-08-09 at 04:19 -0400, Anton Korobeynikov wrote:
> Hello, Preston
> 
> > Could someone please review these changes and either advise me what
> > additional changes you might want or else commit the patch for me?
> Please remove auto-generated stuff from patch, this simplifies review greatly.
> 
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.diff
Type: text/x-patch
Size: 22922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080908/3262641b/attachment.bin>


More information about the llvm-commits mailing list