From 943baedefdc2cd57cba1df12f93e0ab8eec300fd Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Fri, 19 Apr 2013 01:10:45 +0000 Subject: [PATCH] Don't run expensive -O2 and -O3 in tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179825 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/GlobalDCE/complex-constantexpr.ll | 2 +- test/Transforms/PhaseOrdering/scev.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Transforms/GlobalDCE/complex-constantexpr.ll b/test/Transforms/GlobalDCE/complex-constantexpr.ll index 4bf1aeee709..2978704ddf2 100644 --- a/test/Transforms/GlobalDCE/complex-constantexpr.ll +++ b/test/Transforms/GlobalDCE/complex-constantexpr.ll @@ -1,4 +1,4 @@ -; RUN: opt -O2 -disable-output < %s +; RUN: opt -globaldce -disable-output < %s ; PR15714 %struct.ham = type { i32 } diff --git a/test/Transforms/PhaseOrdering/scev.ll b/test/Transforms/PhaseOrdering/scev.ll index 39adb6b73d3..c3b71943f81 100644 --- a/test/Transforms/PhaseOrdering/scev.ll +++ b/test/Transforms/PhaseOrdering/scev.ll @@ -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. ; Test that the standard passes don't obfuscate the IR so scalar evolution can't