Displaying 2 results from an estimated 2 matches for "d5b04336".
2008 Nov 15
0
[LLVMdev] RefineAbstractType
...the opaque (i32) above.
-Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: refine.cc
Type: text/x-c++src
Size: 983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081114/d5b04336/attachment.cc>
2008 Nov 14
3
[LLVMdev] RefineAbstractType
On Wednesday 12 November 2008 19:13, Chris Lattner wrote:
> You shouldn't be refining the pointer, you should use:
>
> t1->refineAbstractType(t2)
Ok, I tried this and I get further. But the type system seems to have trouble
when refining multiple types and those types resolve to the same thing.
I turned on DEBUG_MERGE_TYPES to illustrate:
*** First function type ***