[LLVMdev] [PATCH] - Union types, attempt 2

Dan Gohman gohman at apple.com
Fri Jan 15 11:02:39 PST 2010


On Jan 13, 2010, at 12:11 PM, Talin wrote:
> 
> It depends on whether or not unions can be passed around as SSA values or not. I can think of situations where you would want to.

I'm skeptical that you *really* want to (i.e. that you wouldn't
be better off just writing helper functions in your front-end
which do the addressing and load/store and then moving on).
But, I'm not really interested in getting in the way here.

Dan





More information about the llvm-dev mailing list