[llvm-commits] CVS: llvm/test/Feature/packed_cmp.ll
Reid Spencer
reid at x10sys.com
Wed Jan 3 19:06:38 PST 2007
Changes in directory llvm/test/Feature:
packed_cmp.ll updated: 1.1 -> 1.2
---
Log message:
XFAIL this test until such time that code gen can handle a comparison of
packed types.
---
Diffs of the changes: (+1 -0)
packed_cmp.ll | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Feature/packed_cmp.ll
diff -u llvm/test/Feature/packed_cmp.ll:1.1 llvm/test/Feature/packed_cmp.ll:1.2
--- llvm/test/Feature/packed_cmp.ll:1.1 Wed Jan 3 18:29:09 2007
+++ llvm/test/Feature/packed_cmp.ll Wed Jan 3 21:06:23 2007
@@ -3,6 +3,7 @@
; RUN: llvm-as < %s | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
+; XFAIL: *
%ivec_type = type <4 x i8>
%ivec1 = constant %ivec_type < i8 1, i8 1, i8 1, i8 1 >
More information about the llvm-commits
mailing list