[llvm-commits] [llvm] r63042 - in /llvm/trunk/test/CodeGen/X86: dag-rauw-cse.ll pr3018.ll
Dan Gohman
gohman at apple.com
Mon Jan 26 13:36:32 PST 2009
Author: djg
Date: Mon Jan 26 15:36:31 2009
New Revision: 63042
URL: http://llvm.org/viewvc/llvm-project?rev=63042&view=rev
Log:
At Nick Lewycky's request, rename this test with a more informative name.
Added:
llvm/trunk/test/CodeGen/X86/dag-rauw-cse.ll
- copied unchanged from r63041, llvm/trunk/test/CodeGen/X86/pr3018.ll
Removed:
llvm/trunk/test/CodeGen/X86/pr3018.ll
Removed: llvm/trunk/test/CodeGen/X86/pr3018.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr3018.ll?rev=63041&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr3018.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr3018.ll (removed)
@@ -1,9 +0,0 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {orl \$1}
-; PR3018
-
-define i32 @test(i32 %A) nounwind {
- %B = or i32 %A, 1
- %C = or i32 %B, 1
- %D = and i32 %C, 7057
- ret i32 %D
-}
More information about the llvm-commits
mailing list