aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2008-03-19 08:30:06 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2008-03-19 08:30:06 +0000
commitfc5c164b753c9ca42901514c645c70e5b61c5c11 (patch)
tree323a51a31cb8a7c4e37df464dd13c8708c085f7b /test/CodeGen
parent9792837e758478bbdc7e1df3d1f1d304eee59011 (diff)
downloadexternal_llvm-fc5c164b753c9ca42901514c645c70e5b61c5c11.zip
external_llvm-fc5c164b753c9ca42901514c645c70e5b61c5c11.tar.gz
external_llvm-fc5c164b753c9ca42901514c645c70e5b61c5c11.tar.bz2
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/field-extract-use-trunc.ll1
1 files changed, 0 insertions, 1 deletions
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