search for: attr_llvm

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

2012 Jan 12
0
[LLVMdev] 64-bit Attributes?
On Jan 12, 2012, at 1:03 PM, Anton Korobeynikov wrote: > Hi Kostya, > >> How about implementing Attributes as a class with 64-bit integer under the >> hood? >> This will protect us from erroneous casts to/from 32-bit unsigned. >> I have a change half-done but I want to know llvmdev's opinion before >> proceeding. > Yes, this sounds like a proper
2012 Jan 12
2
[LLVMdev] 64-bit Attributes?
Hi Kostya, > How about implementing Attributes as a class with 64-bit integer under the > hood? > This will protect us from erroneous casts to/from 32-bit unsigned. > I have a change half-done but I want to know llvmdev's opinion before > proceeding. Yes, this sounds like a proper approach. Which will allow us to switch over other implementation of attributes, if necessary. --