Files
llvm/test/CodeGen/Mips
Stefan Maksimovic bc1000f7b0 [mips][msa] Splat.d endianness check
Before this change, it was always the first element of a vector that got splatted since the lower 6 bits of vshf.d $wd were always zero for little endian.
Additionally, masking has been performed for vshf via which splat.d is created.

Vshf has a property where if its first operand's elements have either bit 6 or 7 set, destination element is set to zero.
Initially masked with 63 to avoid this property, which would result in generation of and.v + vshf.d in all cases.
Masking with one results in generating a single splati.d instruction when possible.

Differential Revision: https://reviews.llvm.org/D32216


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306090 91177308-0d34-0410-b5e6-96231b3b80d8
2017-06-23 09:09:31 +00:00
..
2017-06-23 09:09:31 +00:00
2011-09-09 23:14:58 +00:00
2016-01-26 00:03:25 +00:00
2016-01-26 00:03:25 +00:00
2016-01-26 00:03:25 +00:00
2011-08-12 18:12:06 +00:00
2012-05-12 03:25:16 +00:00
2015-04-13 18:47:19 +00:00
2011-09-09 23:14:58 +00:00
2017-06-06 15:33:01 +00:00
2012-03-29 18:43:11 +00:00
2011-12-19 20:24:28 +00:00
2016-01-26 00:03:25 +00:00
2017-03-09 11:19:48 +00:00
2016-10-19 16:58:59 +00:00
2012-06-27 00:40:34 +00:00
2017-03-09 11:19:48 +00:00
2013-07-26 20:58:55 +00:00
2011-05-25 23:30:30 +00:00