diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-06-16 23:57:51 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-06-16 23:57:51 +0000 |
commit | 521d5c72acb5c7b2d36c989ba51d6d7b825f79ca (patch) | |
tree | 9edba17139b36e1c844245864fa06fd0792ec364 /test/CodeGen/X86/2007-06-15-IntToMMX.ll | |
parent | a9e64f6f2d60f81e315b96b0a0ea5370aca021da (diff) |
XFAILing until I can fix properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37618 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-06-15-IntToMMX.ll')
-rw-r--r-- | test/CodeGen/X86/2007-06-15-IntToMMX.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2007-06-15-IntToMMX.ll b/test/CodeGen/X86/2007-06-15-IntToMMX.ll index e608ac3ecb..a72de1cd98 100644 --- a/test/CodeGen/X86/2007-06-15-IntToMMX.ll +++ b/test/CodeGen/X86/2007-06-15-IntToMMX.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx | grep paddusw +; XFAIL: * @R = external global <1 x i64> ; <<1 x i64>*> [#uses=1] define void @foo(<1 x i64> %A, <1 x i64> %B) { |