projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4a1dd
)
XFAIL this test until such time that code gen can handle a comparison of
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 4 Jan 2007 03:06:23 +0000
(
03:06
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 4 Jan 2007 03:06:23 +0000
(
03:06
+0000)
packed types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32863
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Feature/packed_cmp.ll
patch
|
blob
|
history
diff --git
a/test/Feature/packed_cmp.ll
b/test/Feature/packed_cmp.ll
index ca3a64410821087467cb38a5b0f13ad9d55efa27..49d0523486de186e420f6609be378b240e45c0c3 100755
(executable)
--- a/
test/Feature/packed_cmp.ll
+++ b/
test/Feature/packed_cmp.ll
@@
-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 >