[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

Nate Begeman natebegeman at mac.com
Mon Nov 28 21:45:44 PST 2005



Changes in directory llvm/lib/Target/PowerPC:

PPCRegisterInfo.td updated: 1.23 -> 1.24
---
Log message:

Add the majority of the vector machien value types we expect to support,
and make a few changes to the legalization machinery to support more than
16 types.


---
Diffs of the changes:  (+1 -1)

 PPCRegisterInfo.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCRegisterInfo.td
diff -u llvm/lib/Target/PowerPC/PPCRegisterInfo.td:1.23 llvm/lib/Target/PowerPC/PPCRegisterInfo.td:1.24
--- llvm/lib/Target/PowerPC/PPCRegisterInfo.td:1.23	Mon Nov 28 18:41:40 2005
+++ llvm/lib/Target/PowerPC/PPCRegisterInfo.td	Mon Nov 28 23:45:29 2005
@@ -192,7 +192,7 @@
   F8, F9, F10, F11, F12, F13, F14, F15, F16, F17, F18, F19, F20, F21,
   F22, F23, F24, F25, F26, F27, F28, F29, F30, F31]>;
 
-def VRRC : RegisterClass<"PPC", f64/*FIXME*/, 128, [V0, V1, V2, V3, V4, V5, V6, V7, V8,
+def VRRC : RegisterClass<"PPC", v4f32, 128, [V0, V1, V2, V3, V4, V5, V6, V7, V8,
   V9, V10, V11, V12, V13, V14, V15, V16, V17, V18, V19, V20, V21, V22, V23,
   V24, V25, V26, V27, V28, V29, V30, V31]>;
 






More information about the llvm-commits mailing list