[patch] Move the materalizer interface to Function

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed May 7 10:24:45 PDT 2014


A rebased and slightly modified patch is attached. It keeps the
interface proper in GlobalValue as a convenience, but the first step
is a dyn_cast to Function which allows the actual materializer to be
implemented with Function arguments.

On 2 May 2014 00:39, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:
> The only thing we can materalize at the moment are functions. Move the
> interface there.
>
> The other thing there is some desire to be lazy about is metadata, and
> that is not a GlobalValue anyway.
>
> Cheers,
> Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 11427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140507/73cedda4/attachment.obj>


More information about the llvm-commits mailing list