mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
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
af677c39a3
commit
dc31d81b4f
@ -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…
x
Reference in New Issue
Block a user