diff options
author | Scott Michel <scottm@aero.org> | 2009-01-06 23:10:38 +0000 |
---|---|---|
committer | Scott Michel <scottm@aero.org> | 2009-01-06 23:10:38 +0000 |
commit | 494daa74354dc8fd501ca7e126dd9c8a0c8fbc71 (patch) | |
tree | 47a9a5549c19ef9ed000a849e96631a6f2c98103 /llvm/lib/Target/CellSPU/SPUSubtarget.h | |
parent | c7847cdb8d110ba9f099694412d0b629f8c6ae6c (diff) | |
download | bcm5719-llvm-494daa74354dc8fd501ca7e126dd9c8a0c8fbc71.tar.gz bcm5719-llvm-494daa74354dc8fd501ca7e126dd9c8a0c8fbc71.zip |
CellSPU:
- Add preliminary support for v2i32; load/store generates the right code but
there's a lot work to be done to make this vector type operational.
llvm-svn: 61829
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPUSubtarget.h')
-rw-r--r-- | llvm/lib/Target/CellSPU/SPUSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUSubtarget.h b/llvm/lib/Target/CellSPU/SPUSubtarget.h index 51dd44c5f9d..695ec94fee2 100644 --- a/llvm/lib/Target/CellSPU/SPUSubtarget.h +++ b/llvm/lib/Target/CellSPU/SPUSubtarget.h @@ -85,7 +85,7 @@ namespace llvm { /// properties of this subtarget. const char *getTargetDataString() const { return "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128" - "-i16:16:128-i8:8:128-i1:8:128-a:0:128-v128:128:128" + "-i16:16:128-i8:8:128-i1:8:128-a:0:128-v64:128:128-v128:128:128" "-s:128:128"; } }; |