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 > _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits