mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
Make this test disable fast isel as it's not needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
607b8ebfb8
commit
546c1ffe5f
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon -O0 | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -mattr=+neon -disable-arm-fast-isel -O0 | FileCheck %s
|
||||
|
||||
define void @vst3i8(i8* %A, <8 x i8>* %B) nounwind {
|
||||
;CHECK: vst3i8:
|
||||
|
Loading…
Reference in New Issue
Block a user