[PATCH] D17133: Sparc back-end: Addition of missing registers.
Chris Dewhurst via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 02:50:59 PST 2016
lero_chris created this revision.
lero_chris added reviewers: venkatra, jyknight.
lero_chris added a subscriber: llvm-commits.
Herald added a subscriber: jyknight.
The patch adds missing registers to complete all the registers supported by the Sparc v8 manual. These are all co-processor registers, with the exception of the floating-point deferred-trap queue register.
There are no tests written for this code, as these will be submitted in a later patch, which will include the instruction implementations that use these registers.
http://reviews.llvm.org/D17133
Files:
lib/Target/Sparc/SparcRegisterInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17133.47616.patch
Type: text/x-patch
Size: 4233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160211/8ff6ba15/attachment.bin>
More information about the llvm-commits
mailing list