[LLVMdev] [patch] SPARCV9 subtarget support
Chris Lattner
clattner at apple.com
Wed Feb 3 22:35:09 PST 2010
On Feb 2, 2010, at 11:12 PM, Nathan Keynes wrote:
> Hi all,
>
> I've put together some preliminary patches to add frontend support for the sparcv9-* subtarget (ie 64-bit SPARC), modelled on the corresponding x86-64 code - do these look reasonable for inclusion? This doesn't address the codegen side of things yet (isel falls over when trying to actually emit 64-bit code), but at least bitcode generation looks correct now. Tested on sparc-sun-solaris2.10.
Thanks, I applied the LLVM patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100201/095634.html
This does seem like a good start. I tweaked it to stay in 80 columns and updated the testcase that started failing (you did run regression tests, right?).
-Chris
More information about the llvm-dev
mailing list