diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-26 07:09:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-26 07:09:44 +0000 |
commit | 651ffb1df84c54e291bcedac6a9e6a21d883d12d (patch) | |
tree | 759037032d036d20fb9d706a06b47d2efde66fee | |
parent | a710180bba4f9bae94c46f91ae31220f609a8c69 (diff) | |
download | bcm5719-llvm-651ffb1df84c54e291bcedac6a9e6a21d883d12d.tar.gz bcm5719-llvm-651ffb1df84c54e291bcedac6a9e6a21d883d12d.zip |
xfail this.
llvm-svn: 19846
-rw-r--r-- | llvm/test/Regression/CodeGen/X86/shift-double.llx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/shift-double.llx b/llvm/test/Regression/CodeGen/X86/shift-double.llx index 1c60ddc547d..9413b92d4b5 100644 --- a/llvm/test/Regression/CodeGen/X86/shift-double.llx +++ b/llvm/test/Regression/CodeGen/X86/shift-double.llx @@ -1,5 +1,9 @@ ; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -disable-pattern-isel=0 | grep sh[lr]d | wc -l | grep 5 +; This is currently xfailed, because the expander for long shifts needed to +; change and the X86 BE was not updated to match. FIXME. +; XFAIL: * + long %test1(long %X, ubyte %C) { %Y = shl long %X, ubyte %C ret long %Y |