forked from OSchip/llvm-project
misched tests: add a triple to speculatively fix windows builders.
llvm-svn: 165952
This commit is contained in:
parent
048405f510
commit
5a89e0ef07
|
@ -1,5 +1,5 @@
|
|||
; RUN: llc < %s -march=x86-64 -mcpu=core2 -enable-misched -misched=ilpmax | FileCheck -check-prefix=MAX %s
|
||||
; RUN: llc < %s -march=x86-64 -mcpu=core2 -enable-misched -misched=ilpmin | FileCheck -check-prefix=MIN %s
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-macosx -mcpu=core2 -enable-misched -misched=ilpmax | FileCheck -check-prefix=MAX %s
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-macosx -mcpu=core2 -enable-misched -misched=ilpmin | FileCheck -check-prefix=MIN %s
|
||||
;
|
||||
; Basic verification of the ScheduleDAGILP metric.
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue