mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Make this test disable fast isel as it's not needed.
llvm-svn: 130165
This commit is contained in:
parent
efcac8f9f0
commit
2fbd7a6280
@ -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…
x
Reference in New Issue
Block a user