mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
52d940edcd
commit
fc8fa8238d
@ -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…
x
Reference in New Issue
Block a user