[llvm] r231546 - Remove use of misched-bench from this test and replace it with
Eric Christopher
echristo at gmail.com
Fri Mar 6 17:39:06 PST 2015
Author: echristo
Date: Fri Mar 6 19:39:06 2015
New Revision: 231546
URL: http://llvm.org/viewvc/llvm-project?rev=231546&view=rev
Log:
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.
Modified:
llvm/trunk/test/CodeGen/ARM/saxpy10-a9.ll
Modified: llvm/trunk/test/CodeGen/ARM/saxpy10-a9.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/saxpy10-a9.ll?rev=231546&r1=231545&r2=231546&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/saxpy10-a9.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/saxpy10-a9.ll Fri Mar 6 19:39:06 2015
@@ -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.
More information about the llvm-commits
mailing list