search for: d021d672

Displaying 2 results from an estimated 2 matches for "d021d672".

Did you mean: 021672
2016 May 06
2
RFC: metadata attachments for global variables
...is important to do. > How can a GlobalVariable be replaced with a ConstantInt? Wouldn't that just be an absolute address? Thanks, -- -- Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160506/d021d672/attachment.html>
2016 May 06
10
RFC: metadata attachments for global variables
Hi all, I'd like to add support for metadata attachments for global variables in the same way as we did for functions. Syntax would be pretty simple: @foo = global i32 0, !foo !0, !bar !1 (the extra commas are required to disambiguate from a named metadata on the next line) Benefits: 1) Lets us reverse the DIGlobalVariable -> GlobalVariable edge, which should hopefully clear the way for