[llvm-commits] [llvm] r73599 - /llvm/trunk/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll

Eli Friedman eli.friedman at gmail.com
Tue Jun 16 20:05:00 PDT 2009


Author: efriedma
Date: Tue Jun 16 22:05:00 2009
New Revision: 73599

URL: http://llvm.org/viewvc/llvm-project?rev=73599&view=rev
Log:
Correct an accidental duplication of the test (patch doesn't handle 
creating new files very well).


Modified:
    llvm/trunk/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll

Modified: llvm/trunk/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll?rev=73599&r1=73598&r2=73599&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll Tue Jun 16 22:05:00 2009
@@ -7,12 +7,3 @@
 	%and = and i32 %rem, 2
 	ret i32 %and
 }
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep srem
-; PR3439
-
-define i32 @a(i32 %x) nounwind {
-entry:
-	%rem = srem i32 %x, 2
-	%and = and i32 %rem, 2
-	ret i32 %and
-}





More information about the llvm-commits mailing list