scalar_to_vector is fully legal now (implemented as subreg accesses)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80249 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2009-08-27 16:04:47 +00:00
parent 8cf476be5b
commit 2a82a7aa60

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"