mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-28 22:23:43 +00:00
[DAGCombiner] Load slicing test case: attempt to really fix the buildbots (used sse4.2 instead of avx!).
<rdar://problem/14477220> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f02062f889
commit
8c15b60ffe
@ -1,5 +1,5 @@
|
||||
; RUN: llc -mtriple x86_64-apple-macosx -mattr=+sse4.2 -combiner-stress-load-slicing < %s -o - | FileCheck %s --check-prefix=STRESS
|
||||
; RUN: llc -mtriple x86_64-apple-macosx -mattr=+sse4.2 < %s -o - | FileCheck %s --check-prefix=REGULAR
|
||||
; RUN: llc -mtriple x86_64-apple-macosx -mattr=+avx -combiner-stress-load-slicing < %s -o - | FileCheck %s --check-prefix=STRESS
|
||||
; RUN: llc -mtriple x86_64-apple-macosx -mattr=+avx < %s -o - | FileCheck %s --check-prefix=REGULAR
|
||||
;
|
||||
; <rdar://problem/14477220>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user