summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MSA.txt
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2013-09-27 11:48:57 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2013-09-27 11:48:57 +0000
commitc8a1fa77a73e7c885035421712ceba951f9024cb (patch)
tree0f67d90d1a2168945414fc1bcacac9c9f0e19bd6 /lib/Target/Mips/MSA.txt
parenta9f113d0662faba063742d0ed82709c1f9087710 (diff)
downloadllvm-c8a1fa77a73e7c885035421712ceba951f9024cb.tar.gz
llvm-c8a1fa77a73e7c885035421712ceba951f9024cb.tar.bz2
llvm-c8a1fa77a73e7c885035421712ceba951f9024cb.tar.xz
[mips][msa] Added support for matching splati from normal IR (i.e. not intrinsics)
Updated some of the vshf since they (correctly) emit splati's now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MSA.txt')
-rw-r--r--lib/Target/Mips/MSA.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/Mips/MSA.txt b/lib/Target/Mips/MSA.txt
index 398c7afd18..a4f320ac00 100644
--- a/lib/Target/Mips/MSA.txt
+++ b/lib/Target/Mips/MSA.txt
@@ -28,3 +28,7 @@ ilvl.d, pckev.d:
ilvr.d, ilvod.d, pckod.d:
It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the
same shuffle. ilvod.d will be emitted instead.
+
+splati.w:
+ It is not possible to emit splati.w since shf.w covers the same cases.
+ shf.w will be emitted instead.