search for: f77055d6

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

2015 Jan 29
2
[LLVMdev] IR extension proposal: bitset constants
...appending bits, but could allow for a quick prototype. This would work, and you could make the packaging during your lowering pass, no? Cheers, Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150129/f77055d6/attachment.html>
2015 Jan 29
3
[LLVMdev] IR extension proposal: bitset constants
So, bitset would be a property that means : globals with the same name will append on a string of bits in the order in which they appear, and it's the job of the front end to make sure the correct order is followed in every unit, so that linking does the right job in every corner case? Could that be used for efficient global boolean flags, like LLVM's options? Even if you don't need