[llvm-commits] [PATCH] fixes for the CppBackend

David Blaikie dblaikie at gmail.com
Fri Apr 13 10:14:23 PDT 2012


Test cases?

On Fri, Apr 13, 2012 at 8:46 AM, nobled <nobled at dreamwidth.org> wrote:
> I tested the CppBackend against some large outputs from llvm-stress
> and went through all the issues I could find; now it compiles, runs,
> and outputs the same assembly, aside from the comment about a basic
> block's predecessors, which are listed in a different order. Not sure
> why that happens.
>
> Still todo: It can't handle metadata at all yet, or floating point
> types besides fp32 and fp64. Also missing is some kind of unit test
> infrastructure that would catch regressions against API breaks, new
> instructions and types, etc.
>
> Ok to commit?
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list