From 15cbde3cf6542ec9c120f59d5d8f3586f5f332c6 Mon Sep 17 00:00:00 2001 From: Christopher Lamb Date: Wed, 19 Mar 2008 08:30:06 +0000 Subject: Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes Bill's testcase that failed for r48491. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48542 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/field-extract-use-trunc.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/CodeGen/X86/field-extract-use-trunc.ll b/test/CodeGen/X86/field-extract-use-trunc.ll index bb46bc5..c4f9587 100644 --- a/test/CodeGen/X86/field-extract-use-trunc.ll +++ b/test/CodeGen/X86/field-extract-use-trunc.ll @@ -1,6 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 | grep sar | count 1 ; RUN: llvm-as < %s | llc -march=x86-64 | not grep sar -; XFAIL: * define i32 @test(i32 %f12) { %tmp7.25 = lshr i32 %f12, 16 -- cgit v1.1