search for: marandil

Displaying 2 results from an estimated 2 matches for "marandil".

2017 Jun 05
2
How the LLVM handle the debug location information of continue keyword and right brace(loop end location)?
...expect stop at continue keyword statement. My question is continue keyword statement is the same as right brace } statement in the LLVM IR except the !dbg!23 has different line number. I don't know how the LLVM backend distinguish it. 在 2017-06-03 19:20:46,"Marcin Słowik" <me at marandil.pl<mailto:me at marandil.pl>> 写道: On Jun 3, 2017 9:48 AM, "Frozen via llvm-dev" <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Why continue keyword can be emitted but right brace won't be emitted, and debbuger can stop at continue keyword...
2017 Jun 03
3
How the LLVM handle the debug location information of continue keyword and right brace(loop end location)?
Hi paulr: Thanks for your kindly response. Maybe I don't describe my question cleanly, let me show more information. From my side, I notice that whether we are in the continue keyword mode or we are in the right brace mode, the target of br instruction is the same, i.e. for loop Continue Keyword Mode: ; <label>:6: ; preds = %3 br label