Displaying 2 results from an estimated 2 matches for "d570519c".
2018 May 15
0
Adding new a new type
...________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180515/d570519c/attachment.html>
2018 May 14
3
Adding new a new type
Ok, so I can use the structure-type to represent base or acid or salts. My
next question is how union-typing works in LLVM. After reading a bit
about, it's unclear to me if it is a "thing" anymore; my intuition -- and
poking around in the sources is that it's a "no", it's been deprecated.
Which then means that it doesn't much matter about typing LLVM. I can