[llvm-commits] Make getPhysicalRegisterRegClass non virtual
Jakob Stoklund Olesen
stoklund at 2pi.dk
Sat Jul 10 21:31:38 PDT 2010
On Jul 10, 2010, at 9:21 PM, Rafael Espindola wrote:
> With the recent changes to how copies are handled, we no longer need
> to tweak getPhysicalRegisterRegClass for Thumb or Blackfin. The
> attached patch makes it non-virtual and removes the target specific
> implementations.
It a tad too early yet - the default implementation of copyPhysReg depends on the overridden behavior of getPhysicalRegisterRegClass.
Once all targets implement copyPhysReg I think it is safe.
/jakob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100710/79a8bada/attachment.bin>
More information about the llvm-commits
mailing list