Hi Preston,<br><br>FWIW, at KernelGen we have "behavior tests" for a similar purpose - to test various aspects of code generation correctness: <a href="https://hpcforge.org/scm/viewvc.php/tests/behavior/?root=kernelgen">https://hpcforge.org/scm/viewvc.php/tests/behavior/?root=kernelgen</a><br>
<br>It's not too big though, and is rather specialized on compute stuff. Also I'm not sure if it is "solid" enough and suites your needs it terms of focus, but still... Languages are C and Fortran. At least one positive side: the infrastructure is way simpler than LLVM test suite - just plain makefiles and comparison against reference results.<br>
<br>Best regards,<br>- D.<br><br><div class="gmail_quote">2013/2/16 Preston Briggs <span dir="ltr"><<a href="mailto:preston.briggs@gmail.com" target="_blank">preston.briggs@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I've been working with friends on a cross compiler based on LLVM for an experimental machine that's currently only available as a simulator. While we've got it to compile, I'd like to test it (emphasizing the code generator rather than the front end or optimizer). Normally I'd approach such a problem by writing very many, very small test cases, but perhaps someone has already done this. At first glance, test-suite doesn't seem quite right, with so many large programs and a complex infrastructure. Other ideas?<div>

<br></div><div>Thanks,</div><div>Preston</div><div><br></div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br>