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

nobled nobled at dreamwidth.org
Fri Apr 13 08:46:14 PDT 2012


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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-CppBackend-fix-various-issues.patch
Type: application/octet-stream
Size: 3796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120413/642b1f4c/attachment.obj>


More information about the llvm-commits mailing list