From c8a1fa77a73e7c885035421712ceba951f9024cb Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Fri, 27 Sep 2013 11:48:57 +0000 Subject: [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 --- lib/Target/Mips/MSA.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/Target/Mips/MSA.txt') 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. -- cgit v1.2.3