forked from OSchip/llvm-project
parent
76a94e6ead
commit
df723343fa
|
@ -1,4 +1,5 @@
|
|||
; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=-neon < %s
|
||||
; RUN: llc -mtriple=arm64-none-linux-gnu -mattr=-neon < %s
|
||||
|
||||
; The DAG combiner decided to use a vector load/store for this struct copy
|
||||
; previously. This probably shouldn't happen without NEON, but the most
|
||||
|
|
Loading…
Reference in New Issue