summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-06-20 09:28:09 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-06-20 09:28:09 +0000
commita5efeb6b39304f5d34d74a5e32e5142d84eb2a43 (patch)
tree8107d48fd471d9935a8d126b163d55d4c4763762 /test/CodeGen/Mips
parent7d1f7798dbb2242bceb4b8578d4b0de0788088c4 (diff)
downloadllvm-a5efeb6b39304f5d34d74a5e32e5142d84eb2a43.tar.gz
llvm-a5efeb6b39304f5d34d74a5e32e5142d84eb2a43.tar.bz2
llvm-a5efeb6b39304f5d34d74a5e32e5142d84eb2a43.tar.xz
ps][mips64r6] Added LSA/DLSA instructions
Differential Revision: http://reviews.llvm.org/D3897 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips')
-rw-r--r--test/CodeGen/Mips/msa/special.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/msa/special.ll b/test/CodeGen/Mips/msa/special.ll
index f65a14f7bb..b9badf5dc5 100644
--- a/test/CodeGen/Mips/msa/special.ll
+++ b/test/CodeGen/Mips/msa/special.ll
@@ -4,6 +4,10 @@
; RUN: FileCheck %s --check-prefix=MIPS32
; RUN: llc -march=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 < %s | \
; RUN: FileCheck %s --check-prefix=MIPS64
+; RUN: llc -march=mips -mcpu=mips32r6 -mattr=+msa < %s | \
+; RUN: FileCheck %s --check-prefix=MIPS32
+; RUN: llc -march=mips64 -mcpu=mips64r6 -mattr=+msa < %s | \
+; RUN: FileCheck %s --check-prefix=MIPS64
define i32 @llvm_mips_lsa_test(i32 %a, i32 %b) nounwind {
entry: