forked from OSchip/llvm-project
Don't run expensive -O2 and -O3 in tests.
llvm-svn: 179825
This commit is contained in:
parent
6084f45f38
commit
2c1daf75b9
|
@ -1,4 +1,4 @@
|
||||||
; RUN: opt -O2 -disable-output < %s
|
; RUN: opt -globaldce -disable-output < %s
|
||||||
; PR15714
|
; PR15714
|
||||||
|
|
||||||
%struct.ham = type { i32 }
|
%struct.ham = type { i32 }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; RUN: opt -O3 -S -analyze -scalar-evolution < %s | FileCheck %s
|
; RUN: opt -S -analyze -scalar-evolution < %s | FileCheck %s
|
||||||
;
|
;
|
||||||
; This file contains phase ordering tests for scalar evolution.
|
; This file contains phase ordering tests for scalar evolution.
|
||||||
; Test that the standard passes don't obfuscate the IR so scalar evolution can't
|
; Test that the standard passes don't obfuscate the IR so scalar evolution can't
|
||||||
|
|
Loading…
Reference in New Issue