search for: _zbs1c

Displaying 4 results from an estimated 4 matches for "_zbs1c".

Did you mean: _zbs1a
2015 Jan 27
7
[LLVMdev] IR extension proposal: bitset constants
...et constant [1 x i8*] [gep(@_ZTV1A, 0, 1)] A translation unit defining B would define: @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] @_ZBS1B = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] And C: @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] @_ZBS1C = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] A later mechanism would combine the bitset globals, lay out the referenced globals and build the bit sets. In the LTO case, the IR linker can already do the combination step if the globals are given appending linkage. A later compiler pass...
2015 Jan 28
3
[LLVMdev] IR extension proposal: bitset constants
...ng B would define: >> >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] >> @_ZBS1B = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] >> >> And C: >> >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] >> @_ZBS1C = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] >> >> A later mechanism would combine the bitset globals, lay out the referenced >> globals and build the bit sets. In the LTO case, the IR linker can already >> do the combination step if the globals are given appen...
2015 Jan 29
3
[LLVMdev] IR extension proposal: bitset constants
...set constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] > > >> @_ZBS1B = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] > > >> > > >> And C: > > >> > > >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] > > >> @_ZBS1C = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] > > >> > > >> A later mechanism would combine the bitset globals, lay out the > referenced > > >> globals and build the bit sets. In the LTO case, the IR linker can > already > > >> do t...
2015 Jan 30
0
[LLVMdev] IR extension proposal: bitset constants
...gt; A translation unit defining B would define: > > @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] > @_ZBS1B = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] > > And C: > > @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] > @_ZBS1C = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] > > A later mechanism would combine the bitset globals, lay out the referenced > globals and build the bit sets. In the LTO case, the IR linker can already > do the combination step if the globals are given appending linkage. A...