From: Chris Lattner Date: Mon, 28 Jan 2008 17:38:46 +0000 (+0000) Subject: this test is now compiled into the right thing. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=349c72a35d0c586d081d01d97577fcf69bb75cca;p=oota-llvm.git this test is now compiled into the right thing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46454 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll b/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll index a5ee87b9efb..edbcfeed923 100644 --- a/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll +++ b/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll @@ -1,5 +1,6 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep zext +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {icmp ugt} ; PR1107 +; PR1940 define i1 @test(i8 %A, i8 %B) { %a = zext i8 %A to i32