[llvm-commits] PATCH: remove VICmp and VFCmp.

David Greene dag at cray.com
Thu Jul 9 10:34:46 PDT 2009


On Thursday 09 July 2009 11:37, Chris Lattner wrote:

> > By the way, I'm pretty sure that gcc lays out vectors of x86 long
> > double the same as an array.
>
> I think vectors should always be stored to memory with the same layout
> as the equivalent array.

So then how will we represent vector masks in the future, which are
bit-packed vectors of i1?

                             -Dave



More information about the llvm-commits mailing list