[llvm] r179845 - Revert 179826. Tests were worthless.
Jakub Staszak
kubastaszak at gmail.com
Fri Apr 19 02:32:31 PDT 2013
Author: kuba
Date: Fri Apr 19 04:32:30 2013
New Revision: 179845
URL: http://llvm.org/viewvc/llvm-project?rev=179845&view=rev
Log:
Revert 179826. Tests were worthless.
Modified:
llvm/trunk/test/Transforms/GlobalDCE/complex-constantexpr.ll
llvm/trunk/test/Transforms/PhaseOrdering/scev.ll
Modified: llvm/trunk/test/Transforms/GlobalDCE/complex-constantexpr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GlobalDCE/complex-constantexpr.ll?rev=179845&r1=179844&r2=179845&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GlobalDCE/complex-constantexpr.ll (original)
+++ llvm/trunk/test/Transforms/GlobalDCE/complex-constantexpr.ll Fri Apr 19 04:32:30 2013
@@ -1,4 +1,4 @@
-; RUN: opt -globaldce -disable-output < %s
+; RUN: opt -O2 -disable-output < %s
; PR15714
%struct.ham = type { i32 }
Modified: llvm/trunk/test/Transforms/PhaseOrdering/scev.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PhaseOrdering/scev.ll?rev=179845&r1=179844&r2=179845&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/PhaseOrdering/scev.ll (original)
+++ llvm/trunk/test/Transforms/PhaseOrdering/scev.ll Fri Apr 19 04:32:30 2013
@@ -1,4 +1,4 @@
-; RUN: opt -S -analyze -scalar-evolution < %s | FileCheck %s
+; RUN: opt -O3 -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
More information about the llvm-commits
mailing list