<br><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"><div style="word-wrap:break-word"><br><div> </div><div><div>I had a phasing issue as llvm output was already inlined. That's why I did a clang test since I used clang as run command.</div>
<div>I am not super familiar to llvm phasing, thus how should I produce an input for a backend test in that case?</div><div><br></div></div></div></blockquote><div><br></div><div>Probably the easiest way would be to use clang -O0 to generate a .ll file out of your testcase, clean it up a bit to test only what you want and then run opt -inline to see what is and isn't being inlined before and after your test.</div>
<div><br></div><div>Make sense?</div><div><br></div><div>-eric</div></div></div>