search for: sddbglabel

Displaying 5 results from an estimated 5 matches for "sddbglabel".

2018 Mar 28
7
[RFC] Generate Debug Information for Labels in Function
...ope metadata. Intrinsic function llvm.dbg.label uses DILabel metadata as its parameter. 2. Create MI instruction DBG_LABEL. I create new MI instruction DBG_LABEL to keep debug information after LLVM IR converted to MI. DBG_LABEL uses DILabel metadata as its parameter. 3. Create data structure, SDDbgLabel, to store debug information of labels in SelectionDAG. In SelectionDAG, we need a data structure to keep debug information of label. It will keep DILabel metadata. 4. Convert SDDbgLabel to DBG_LABEL in SelectionDAG. After EmitSchedule(), SelectionDAG will be converted to a list of MI instruction...
2018 Mar 28
0
[RFC] Generate Debug Information for Labels in Function
...g.label uses DILabel metadata as its parameter. > > 2. Create MI instruction DBG_LABEL. > > I create new MI instruction DBG_LABEL to keep debug information after > LLVM IR converted to MI. > > DBG_LABEL uses DILabel metadata as its parameter. > > 3. Create data structure, SDDbgLabel, to store debug information of > labels in SelectionDAG. > > In SelectionDAG, we need a data structure to keep debug information of > label. It will keep DILabel metadata. > > 4. Convert SDDbgLabel to DBG_LABEL in SelectionDAG. > > After EmitSchedule(), SelectionDAG will be...
2018 Mar 28
0
[RFC] Generate Debug Information for Labels in Function
...g.label uses DILabel metadata as its parameter. > > 2. Create MI instruction DBG_LABEL. > > I create new MI instruction DBG_LABEL to keep debug information after > LLVM IR converted to MI. > > DBG_LABEL uses DILabel metadata as its parameter. > > 3. Create data structure, SDDbgLabel, to store debug information of > labels in SelectionDAG. > > In SelectionDAG, we need a data structure to keep debug information of > label. It will keep DILabel metadata. > > 4. Convert SDDbgLabel to DBG_LABEL in SelectionDAG. > > After EmitSchedule(), SelectionDAG will be...
2018 Mar 29
0
[RFC] Generate Debug Information for Labels in Function
...on. Let me know what you think! -- adrian > > 2. Create MI instruction DBG_LABEL. > > I create new MI instruction DBG_LABEL to keep debug information after > LLVM IR converted to MI. > > DBG_LABEL uses DILabel metadata as its parameter. > > 3. Create data structure, SDDbgLabel, to store debug information of > labels in SelectionDAG. > > In SelectionDAG, we need a data structure to keep debug information of > label. It will keep DILabel metadata. > > 4. Convert SDDbgLabel to DBG_LABEL in SelectionDAG. > > After EmitSchedule(), SelectionDAG will...
2018 Mar 30
2
[RFC] Generate Debug Information for Labels in Function
...adrian > >> >> 2. Create MI instruction DBG_LABEL. >> >> I create new MI instruction DBG_LABEL to keep debug information after >> LLVM IR converted to MI. >> >> DBG_LABEL uses DILabel metadata as its parameter. >> >> 3. Create data structure, SDDbgLabel, to store debug information of >> labels in SelectionDAG. >> >> In SelectionDAG, we need a data structure to keep debug information of >> label. It will keep DILabel metadata. >> >> 4. Convert SDDbgLabel to DBG_LABEL in SelectionDAG. >> >> After EmitS...