[LLVMdev] merging globals
Matthijs Kooijman
matthijs at stdin.nl
Mon Oct 20 00:38:23 PDT 2008
Hi Chris,
> > Wouldn't it be slightly cleaner to mark the distinct objects in the
> > LLVM intermediate representation?
> That is what I'm suggesting. Each llvm IR global variable would have
> its own flag.
I think the suggestion is to have a "notmergable" flag instead of a
"mergeable" flag. In practice, it doesn't really matter, but I guess you'll
see the difference in the IR. I agree here that it would be more logical to
have a notmergable (or "distinct" ?) flag, instead of a mergeable flag, though
it's not quite critical.
Gr.
Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081020/7e6a9650/attachment.sig>
More information about the llvm-dev
mailing list