<div dir="auto">Thanks Paul for the info. For now I'm happy without them<div dir="auto"><br></div><div dir="auto">Alberto</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 12, 2019, 17:43 Robinson, Paul <<a href="mailto:paul.robinson@sony.com">paul.robinson@sony.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div class="m_-4342087445462728606WordSection1">
<p class="MsoNormal">If you are writing a pass and don’t want to bother with debug-info instructions at first, that’s fine; but note that the pass will have to contend with the debug-info instructions at some point, or your pass is likely to behave differently
 for code compiled with -g which is a Bad Thing.<u></u><u></u></p>
<p class="MsoNormal">--paulr<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #e1e1e1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> llvm-dev <<a href="mailto:llvm-dev-bounces@lists.llvm.org" target="_blank" rel="noreferrer">llvm-dev-bounces@lists.llvm.org</a>> <b>On Behalf Of
</b>Alberto Barbaro via llvm-dev<br>
<b>Sent:</b> Friday, November 8, 2019 10:10 AM<br>
<b>To:</b> Tim Northover <<a href="mailto:t.p.northover@gmail.com" target="_blank" rel="noreferrer">t.p.northover@gmail.com</a>><br>
<b>Cc:</b> llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank" rel="noreferrer">llvm-dev@lists.llvm.org</a>><br>
<b>Subject:</b> Re: [llvm-dev] How to avoid or remove llvm.dbg.value?<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Hi Tim,<u></u><u></u></p>
<div>
<p class="MsoNormal">Thank you very much for the message. It indeed solved the problem.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Thanks<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">On Fri, Nov 8, 2019, 15:05 Tim Northover <<a href="mailto:t.p.northover@gmail.com" target="_blank" rel="noreferrer">t.p.northover@gmail.com</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">Hi Alberto,<br>
<br>
On Fri, 8 Nov 2019 at 06:59, Alberto Barbaro via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org" target="_blank" rel="noreferrer">llvm-dev@lists.llvm.org</a>> wrote:<br>
> Is there any way for avoiding to use llvm.dbg.value within a bc file?<br>
<br>
They're part of LLVM's representation of debugging information (as you<br>
may have guessed). So if compiling with Clang you can just not pass -g<br>
and you won't get any (or override with -g0 if your build system<br>
already adds -g and it's inconvenient to avoid that). Other front-ends<br>
will have similar options I expect.<br>
<br>
> If not, once I have the bc how can I remove all the occurrences?<br>
<br>
You can run "opt -strip-debug" will remove it in that situation.<br>
<br>
Cheers.<br>
<br>
Tim.<u></u><u></u></p>
</blockquote>
</div>
</div>
</div>
</div>

</blockquote></div>