1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

scalar_to_vector is fully legal now (implemented as subreg accesses)

llvm-svn: 80249
This commit is contained in:
Anton Korobeynikov 2009-08-27 16:04:47 +00:00
parent 0ac8889288
commit cb0fdc4505

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -mattr=+neon
; RUN: llvm-as < %s | llc -mattr=+neon | not grep fldmfdd
target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32"
target triple = "thumbv7-elf"