[llvm-commits] [llvm] r81299 - in /llvm/trunk/test/Transforms/InstCombine: apint-shift-simplify.ll shift-simplify.ll

Dan Gohman gohman at apple.com
Tue Sep 8 17:22:49 PDT 2009


Author: djg
Date: Tue Sep  8 19:22:49 2009
New Revision: 81299

URL: http://llvm.org/viewvc/llvm-project?rev=81299&view=rev
Log:
Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.

Modified:
    llvm/trunk/test/Transforms/InstCombine/apint-shift-simplify.ll
    llvm/trunk/test/Transforms/InstCombine/shift-simplify.ll

Modified: llvm/trunk/test/Transforms/InstCombine/apint-shift-simplify.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/apint-shift-simplify.ll?rev=81299&r1=81298&r2=81299&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/apint-shift-simplify.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/apint-shift-simplify.ll Tue Sep  8 19:22:49 2009
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    egrep {shl|lshr|ashr} | count 3
 
 define i41 @test0(i41 %A, i41 %B, i41 %C) {

Modified: llvm/trunk/test/Transforms/InstCombine/shift-simplify.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/shift-simplify.ll?rev=81299&r1=81298&r2=81299&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/shift-simplify.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/shift-simplify.ll Tue Sep  8 19:22:49 2009
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    egrep {shl|lshr|ashr} | count 3
 
 define i32 @test0(i32 %A, i32 %B, i32 %C) {





More information about the llvm-commits mailing list