Make a new reg class for 64 bit regs that aliases the 32 bit regs. This
authorNate Begeman <natebegeman@mac.com>
Wed, 19 Oct 2005 00:05:37 +0000 (00:05 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 19 Oct 2005 00:05:37 +0000 (00:05 +0000)
commitda32c9eed6743c29d219a5c3cb13788853f18016
treec0c59980b11df2333f93c10ac46987e2004bf6d4
parent4a95945fa5aa431110f50092f4a45d24772a553b
Make a new reg class for 64 bit regs that aliases the 32 bit regs.  This
will have to tide us over until we get real subreg support, but it prevents
the PrologEpilogInserter from spilling 8 byte GPRs on a G4 processor.

Add some initial support for TRUNCATE and ANY_EXTEND, but they don't
currently work due to issues with ScheduleDAG.  Something wll have to be
figured out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23803 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCRegisterInfo.td