mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
test/CodeGen/X86/opt-shuff-tstore.ll: Add explicit -mtriple=x86_64-linux.
llvm-svn: 137262
This commit is contained in:
parent
7c1596bf26
commit
5d316f7632
@ -1,4 +1,4 @@
|
||||
; RUN: llc -mcpu=corei7 -march=x86-64 < %s -o - -promote-elements -mattr=+sse2,+sse41 | FileCheck %s
|
||||
; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux < %s -promote-elements -mattr=+sse2,+sse41 | FileCheck %s
|
||||
|
||||
; CHECK: func_4_8
|
||||
; A single memory write
|
||||
|
Loading…
Reference in New Issue
Block a user