Displaying 2 results from an estimated 2 matches for "rightiest".
2019 Jan 30
2
[RFC] Generate Debug Information for Labels in Function
What does GCC do in situations like this?
I suspect the rightiest thing to do is probably multiple DW_TAG_labels with
the same name, if that's what's happened.
I guess another question/possibility - what happens if some inline asm
references the label? I guess it probably constrains the optimizer not to
unroll? Maybe? If the label can be duplicated and i...
2018 Mar 30
4
[RFC] Generate Debug Information for Labels in Function
> On Mar 30, 2018, at 9:25 AM, Adrian Prantl via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>
>
>> On Mar 29, 2018, at 11:29 PM, Hsiangkai Wang <hsiangkai at gmail.com> wrote:
>>
>> I agree with you. Attach debug metadata to basic block will be a
>> better solution. I will change my design to convey debug metadata
>> through basic block