Modify the ppc backend to use two register classes for FP: F8RC and F4RC.
authorChris Lattner <sabre@nondot.org>
Sat, 1 Oct 2005 01:35:02 +0000 (01:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Oct 2005 01:35:02 +0000 (01:35 +0000)
commit919c032fa4511468aadc6f50d6ed9c50890710b3
treec6e36c019079fd98cd9e480de3f83c223eb8ea2f
parentf85a55b09657094a1e3954728c7f4ca5bdb6f56a
Modify the ppc backend to use two register classes for FP: F8RC and F4RC.
These are used to represent float and double values, and the two regclasses
contain the same physical registers.

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