[PATCH] D8713: Sparc: Implement i64 load/store support for 32-bit sparc.
James Y Knight
jyknight at google.com
Mon Jul 6 09:09:26 PDT 2015
Note that there's still an issue with this: it breaks calling a function with an v2i32 type, because I didn't add calling convention support for it -- even though I want it to have the default behavior, were that not a legal type, it still needs explicit handling. (That was covered by a test case only run against the default target)
I also plan to fix the core inlineasm code, so that the SelectInlineAsm hack can be deleted.
http://reviews.llvm.org/D8713
More information about the llvm-commits
mailing list