Displaying 2 results from an estimated 2 matches for "0abf33b1".
2010 Jan 09
0
[LLVMdev] [PATCH] - Union types, attempt 2
...type in at least some common case, which will allow us to get coverage on it through the optimizer.
Thanks for working on this Talin!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100108/0abf33b1/attachment.html>
2010 Jan 06
3
[LLVMdev] [PATCH] - Union types, attempt 2
This patch adds a UnionType to DerivedTypes.h. It also adds code to the
bitcode reader / writer and the assembly parser for the new type, as well as
a tiny .ll test file in test/Assembler. It does not contain any code related
to code generation or type layout - I wanted to see if this much was
acceptable before I proceeded any further.
Unlike my previous patch, in which the Union type was