1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/Transforms/InterleavedAccess
Ahmed Bougacha c367f3652b [ARM] Don't lower f16 interleaved accesses.
There are no vldN/vstN f16 variants, even with +fullfp16.
We could use the i16 variants, but, in practice, even with +fullfp16,
the f16 sequence leading to the i16 shuffle usually gets scalarized.
We'd need to improve our support for f16 codegen before getting there.

Reject f16 interleaved accesses.  If we try to emit the f16 intrinsics,
we'll just end up with a selection failure.

llvm-svn: 294818
2017-02-11 01:53:00 +00:00
..
AArch64 InterleaveAccessPass: Avoid constructing invalid shuffle masks 2017-01-31 18:37:53 +00:00
ARM [ARM] Don't lower f16 interleaved accesses. 2017-02-11 01:53:00 +00:00
X86