forked from OSchip/llvm-project
CodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails due to non-x86 default target.
llvm-svn: 211659
This commit is contained in:
parent
106d02866d
commit
78d8ebfc28
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -mattr=+avx | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+avx | FileCheck %s
|
||||
|
||||
declare <16 x i8> @llvm.x86.sse41.pblendvb(<16 x i8>, <16 x i8>, <16 x i8>)
|
||||
|
||||
|
|
Loading…
Reference in New Issue