[PATCH] D11937: Teach Sparc assembler about %fprs

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 09:01:57 PDT 2015


jyknight added a subscriber: jyknight.
jyknight added a comment.

RDFPRS/WRFPRS is actually just another name for RDASR/WRASR -- %fprs is just %asr6. So, most of this isn't actually needed; you should be able to just make the name %fprs be an alias for %asr6 in SparcAsmParser, and write out the other name in SparcInstPrinter depending on isV9.


http://reviews.llvm.org/D11937





More information about the llvm-commits mailing list