[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-06-15-IntToMMX.ll
Bill Wendling
isanbard at gmail.com
Sat Jun 16 16:58:14 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
2007-06-15-IntToMMX.ll updated: 1.1 -> 1.2
---
Log message:
XFAILing until I can fix properly.
---
Diffs of the changes: (+1 -0)
2007-06-15-IntToMMX.ll | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/CodeGen/X86/2007-06-15-IntToMMX.ll
diff -u llvm/test/CodeGen/X86/2007-06-15-IntToMMX.ll:1.1 llvm/test/CodeGen/X86/2007-06-15-IntToMMX.ll:1.2
--- llvm/test/CodeGen/X86/2007-06-15-IntToMMX.ll:1.1 Sat Jun 16 01:31:47 2007
+++ llvm/test/CodeGen/X86/2007-06-15-IntToMMX.ll Sat Jun 16 18:57:51 2007
@@ -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) {
More information about the llvm-commits
mailing list