forked from OSchip/llvm-project
Remove use of misched-bench from this test and replace it with
non-temporary enabling options. This is part of removing misched-bench as an option. llvm-svn: 231546
This commit is contained in:
parent
e9d646d448
commit
e035e26655
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -march=arm -mtriple=thumbv7-apple-ios7.0.0 -float-abi=hard -mcpu=cortex-a9 -misched-postra -misched-bench -scheditins=false | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -mtriple=thumbv7-apple-ios7.0.0 -float-abi=hard -mcpu=cortex-a9 -misched-postra -enable-misched -pre-RA-sched=source -scheditins=false | FileCheck %s
|
||||
;
|
||||
; Test MI-Sched suppory latency based stalls on in in-order pipeline
|
||||
; using the new machine model.
|
||||
|
|
Loading…
Reference in New Issue