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 | b5fdfb96121e001366654f4936f5f0d6c0ced33f (patch) | |
tree | 6a2adb9524a0a29bf43d16abd027f29d2b930c95 /llvm/test/CodeGen | |
parent | 7c709a5d08b4d0597ce66764c8752e5bd7306f9d (diff) | |
download | bcm5719-llvm-b5fdfb96121e001366654f4936f5f0d6c0ced33f.tar.gz bcm5719-llvm-b5fdfb96121e001366654f4936f5f0d6c0ced33f.zip |
Actually, disable this code for now. More analysis and improvements to
the X86 backend are needed before this should be enabled by default.
llvm-svn: 44657
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/X86/shift-combine.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/shift-combine.ll b/llvm/test/CodeGen/X86/shift-combine.ll index 543bb223787..c8df5b02080 100644 --- a/llvm/test/CodeGen/X86/shift-combine.ll +++ b/llvm/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" |