[LLVMdev] [patch] Writing ConstantUnions

Chris Lattner clattner at apple.com
Tue Mar 16 13:59:57 PDT 2010


On Mar 16, 2010, at 12:16 PM, Chris Lattner wrote:

> 
> On Mar 15, 2010, at 2:30 PM, Tim Northover wrote:
> 
>> On Mon, Mar 15, 2010 at 11:51:47AM +0000, Tim Northover wrote:
>>> Hello,
>>> 
>>> I noticed a bit of a gap in the current code for unions: a
>>> ConstantUnion cannot be written out to .ll. 
>> 
>> I've been continuing plugging gaps as I find them, which might not be
>> the best way to solve this problem, but it has produced something that
>> seems to do roughly what I expect.
>> 
>> I've split it into three broadly independent patches
> 
> The patches look great.  I applied them as a group but really appreciate you breaking it up into logic units for review.  Applied here:
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100315/097973.html

This got reverted because it broke unions.ll:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100315/097974.html



More information about the llvm-dev mailing list