diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2014-02-28 21:36:37 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2014-02-28 21:36:37 +0000 |
| commit | d61a1c33602fdfb1bb5316d5f1c8504231bf0bbb (patch) | |
| tree | a3694dada87a102b2abaf235c8dfcb98c8107bb8 /llvm/lib/Target | |
| parent | 83163ee127baeb865ee508e85f48f0964c6876c8 (diff) | |
| download | bcm5719-llvm-d61a1c33602fdfb1bb5316d5f1c8504231bf0bbb.tar.gz bcm5719-llvm-d61a1c33602fdfb1bb5316d5f1c8504231bf0bbb.zip | |
R600/SI: Expand all v16[if]32 operations
llvm-svn: 202543
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/R600/SIISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/SIISelLowering.cpp b/llvm/lib/Target/R600/SIISelLowering.cpp index e1256415309..b64e2deb19d 100644 --- a/llvm/lib/Target/R600/SIISelLowering.cpp +++ b/llvm/lib/Target/R600/SIISelLowering.cpp @@ -150,7 +150,7 @@ SITargetLowering::SITargetLowering(TargetMachine &TM) : // We only support LOAD/STORE and vector manipulation ops for vectors // with > 4 elements. MVT VecTypes[] = { - MVT::v8i32, MVT::v8f32 + MVT::v8i32, MVT::v8f32, MVT::v16i32, MVT::v16f32 }; const size_t NumVecTypes = array_lengthof(VecTypes); |

