Fwd: NDS32 V3 backend

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 04:21:53 PST 2017


On Thu, Jan 19, 2017 at 05:05:57PM +0800, Shiva Chen wrote:
> Hi Tobias and Joerg,
> 
> To my understanding, the test cases in test/CodeGen could run by lit
> until InstPrinter have been implement.
> So, should I add the CodeGen test cases in the
> [NDS32 17/22] add NDS32 Instruction Printer  patch ?
> Or before the InstPrinter have been implement, there're still other
> testcase I should add ?

This is the reason why I would hook up the instruction printer as soon
as possible. It makes testing the functionality of everything else much
easier.

Joerg


More information about the llvm-commits mailing list