diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-06 07:44:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-06 07:44:31 +0000 |
commit | e00cbad78de86ac8e736f35db35632c83ef64c1d (patch) | |
tree | 9c632b56f0ac8e00782f54c52276b569cb9b423a /test | |
parent | e70da20f9a7edb15e1d9bd221839e2ff26e40955 (diff) | |
download | external_llvm-e00cbad78de86ac8e736f35db35632c83ef64c1d.zip external_llvm-e00cbad78de86ac8e736f35db35632c83ef64c1d.tar.gz external_llvm-e00cbad78de86ac8e736f35db35632c83ef64c1d.tar.bz2 |
Actually, disable this code for now. More analysis and improvements to
the X86 backend are needed before this should be enabled by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/shift-combine.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/shift-combine.ll b/test/CodeGen/X86/shift-combine.ll index 543bb22..c8df5b0 100644 --- a/test/CodeGen/X86/shift-combine.ll +++ b/test/CodeGen/X86/shift-combine.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc | not grep shrl +; XFAIL: * target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128" target triple = "i686-apple-darwin8" |