Displaying 1 result from an estimated 1 matches for "dada12b0".
2013 Aug 08
1
[LLVMdev] Metadata in the backend
Hi all,
I'm looking for a way to insert metadata into an instruction/function/basic-block in the IR level, and afterwards reading it in the backend (ARM to be exact).
So my questions are:
1. Does/can the metadata in the IR survive the code-generator in some way?
2. Is there a general of 'communication' between the optimizer and the backend?
Thanks!
Alon