[llvm-commits] RFC: initial union syntax support

me22 me22.ca at gmail.com
Wed May 13 23:46:07 PDT 2009


On Wed, May 13, 2009 at 02:19, Nick Lewycky <nicholas at mxc.ca> wrote:
>
> For that matter, I just realized after sending that <union {i8, i9}> and
> <union {i9, i8}> must be the same type.
>

If union {i8, i32} and union {i32, i8} are the same type, how does GEP
know which type to return for a given index?

Scott



More information about the llvm-commits mailing list