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:
135c030
)
test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8311.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 22 Feb 2011 07:19:03 +0000
(07:19 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 22 Feb 2011 07:19:03 +0000
(07:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126195
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_cast.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_cast.ll
b/test/CodeGen/X86/vec_cast.ll
index 95289c9685a165394bff1464a624faec236d9c63..6263d5826ddad0f78654d39bff7cc74e82617a2f 100644
(file)
--- a/
test/CodeGen/X86/vec_cast.ll
+++ b/
test/CodeGen/X86/vec_cast.ll
@@
-1,5
+1,6
@@
; RUN: llc < %s -march=x86-64 -mcpu=core2
-
+; PR8311
+; XFAIL: mingw,win32
define <8 x i32> @a(<8 x i16> %a) nounwind {
%c = sext <8 x i16> %a to <8 x i32>