diff options
author | Chris Lattner <sabre@nondot.org> | 2010-08-26 05:52:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-08-26 05:52:42 +0000 |
commit | 66afba7aa476fb5c0dcf513e277d6e133d6b7d30 (patch) | |
tree | 14eb08d0227492ab99da43f77b1a29b3ffa0e059 /llvm/test/CodeGen/X86 | |
parent | eb2cc0ce0ef69193beb418bca4fa0c9cd4a3bf5f (diff) | |
download | bcm5719-llvm-66afba7aa476fb5c0dcf513e277d6e133d6b7d30.tar.gz bcm5719-llvm-66afba7aa476fb5c0dcf513e277d6e133d6b7d30.zip |
I think enough general codegen bugs are fixed to allow this to work
on random hosts, lets see!
llvm-svn: 112172
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_cast.ll | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/vec_cast.ll b/llvm/test/CodeGen/X86/vec_cast.ll index 4e805029959..6f18d13cc9d 100644 --- a/llvm/test/CodeGen/X86/vec_cast.ll +++ b/llvm/test/CodeGen/X86/vec_cast.ll @@ -1,7 +1,5 @@ -; RUN: true -; llc < %s -march=x86-64 -; RUN: true -;llc < %s -march=x86-64 -disable-mmx +; RUN: llc < %s -march=x86-64 +; RUN: llc < %s -march=x86-64 -disable-mmx define <8 x i32> @a(<8 x i16> %a) nounwind { %c = sext <8 x i16> %a to <8 x i32> |