From 349c72a35d0c586d081d01d97577fcf69bb75cca Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Jan 2008 17:38:46 +0000 Subject: [PATCH] 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 --- test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1