<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Look for a #define like this in the llvm CodeGen files:<br>
#define DEBUG_TYPE â€śmisched"<br>
<br>
This allows you to use<br>
llc -debug-only=misched<br>
or<br>
clang -mllvm -ldebug-only=misched<br>
<br>
to enable the debugging output for that file/topic. You may use the flag multiple times to enable multiple debugging outputs.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Matthias</font></span></blockquote></div><div><br></div><div>Mathias,</div><div><br></div><div>Thanks. I think this is what I was looking for.</div>
</div></div>