summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-09-09 02:08:49 +0000
committerDan Gohman <gohman@apple.com>2008-09-09 02:08:49 +0000
commitbe919409ccbf166340fe8484fc95efc903e56699 (patch)
treec2be0cd0bb72b128ef500991056749a53033a412 /test/Assembler
parent59fbc80f6b3b5c71dfb84149f589625f7ed510e3 (diff)
downloadllvm-be919409ccbf166340fe8484fc95efc903e56699.tar.gz
llvm-be919409ccbf166340fe8484fc95efc903e56699.tar.bz2
llvm-be919409ccbf166340fe8484fc95efc903e56699.tar.xz
Temporarily disable vector select in the bitcode reader. The
way it handles the type of the condition is breaking plain scalar select in the case that the value is a forward-reference. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/vector-select.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/vector-select.ll b/test/Assembler/vector-select.ll
index 87af602aaf..7c76a8678d 100644
--- a/test/Assembler/vector-select.ll
+++ b/test/Assembler/vector-select.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | grep select
+; XFAIL: *
; rudimentary test of select on vectors returning vector of bool
define <4 x i32> @foo(<4 x i32> %a, <4 x i32> %b,