forked from OSchip/llvm-project
Make test/CodeGen/ARM64/vector-insertion.ll explicitly select neon syntax
Change the command line vector-insertion.ll to explicitly set the neon syntax to apple so that buildbots that default to other syntaxes won't fail. llvm-svn: 206502
This commit is contained in:
parent
aeeea8a864
commit
e43a24f444
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march=arm64 -mcpu=generic < %s | FileCheck %s
|
||||
; RUN: llc -march=arm64 -mcpu=generic -arm64-neon-syntax=apple < %s | FileCheck %s
|
||||
|
||||
define void @test0f(float* nocapture %x, float %a) #0 {
|
||||
entry:
|
||||
|
|
Loading…
Reference in New Issue