Displaying 1 result from an estimated 1 matches for "vatriabl".
Did you mean:
variabl
2011 Mar 25
1
[LLVMdev] Named metadata to represent language specific logic
...t changing the IR. This is primarily only for front-end
buiding and the resulting IR (with or without metadata) should be the
same as it is today (or better).
I say this because of the number of global variables front-ends need
to keep because LLVM IR cannot represent all the information of types,
vatriables, functions (like sizes, offsets, alignment, linkage
semantics etc). So, if we could generate some generic IR with
annotations, and run a pass before validation that would convert all
those annotations into another, lower, IR, coding front-ends would be
much simpler.
That would also allow back-en...