forked from OSchip/llvm-project
test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and -mtriple=x86_64-win32. Thanks to Nadav, it might be fixed in r126424.
llvm-svn: 127060
This commit is contained in:
parent
0434dbe1fe
commit
6f9a8f85d7
|
@ -1,5 +1,5 @@
|
|||
; RUN: llc < %s -march=x86-64 -mcpu=core2
|
||||
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -mcpu=core2
|
||||
; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=core2
|
||||
|
||||
define <8 x i32> @a(<8 x i16> %a) nounwind {
|
||||
%c = sext <8 x i16> %a to <8 x i32>
|
||||
|
|
Loading…
Reference in New Issue