<div dir="ltr">Today, you can use inline asm with side effects to emit comments bracketing the code you care about. Of course, optimizations will move instructions past these markers as normal, but presumably that's working as intended.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 22, 2017 at 12:49 AM, (IIIT) Siddharth Bhat via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello all,<div><br></div><div>this is "frivolous", and I understand that there are good reasons as to why the IR representation does not have a representation for comments (unless I am mistaken).</div><div><br></div><div>However, I would really like to have the ability to generate comments along with LLVM IR from my compiler backend.</div><div><br></div><div>It would greatly help in debugging LLVM.</div><div><br></div><div>Since I cannot generate comments, what alternatives to I have to allow me to quickly add info the the IR that is easy to scan over?</div><div><br></div><div>Cheers,</div><div>~Siddhart.</div></div><span class="HOEnZb"><font color="#888888"><div dir="ltr">-- <br></div><div class="m_6655497304965108486gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Sending this from my phone, please excuse any typos!</div></div>
</font></span><br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div>