forked from OSchip/llvm-project
[FIX] Specify the CPU to overwrite the machine info and set a fixed vector
size. llvm-svn: 294569
This commit is contained in:
parent
26fb7d7517
commit
2d0d294e3c
|
@ -16,7 +16,7 @@
|
|||
; RUN: -polly-target-1st-cache-level-size=32768 \
|
||||
; RUN: -polly-target-vector-register-bitwidth=256 \
|
||||
; RUN: -polly-target-2nd-cache-level-size=262144 -gvn -licm -slp-vectorizer \
|
||||
; RUN: -stats -S < %s 2>&1 | FileCheck %s --check-prefix=AUTO-VECTORIZATION
|
||||
; RUN: -mcpu=corei7 -stats -S < %s 2>&1 | FileCheck %s --check-prefix=AUTO-VECTORIZATION
|
||||
;
|
||||
;
|
||||
; /* We isolate a set of partial tile prefixes, which contains only partial
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
; RUN: -polly-target-1st-cache-level-size=32768 \
|
||||
; RUN: -polly-target-vector-register-bitwidth=256 \
|
||||
; RUN: -polly-target-2nd-cache-level-size=262144 -gvn -licm -slp-vectorizer \
|
||||
; RUN: -stats -S < %s 2>&1 | FileCheck %s --check-prefix=AUTO-VECTORIZATION
|
||||
; RUN: -mcpu=corei7 -stats -S < %s 2>&1 | FileCheck %s \
|
||||
; RUN: --check-prefix=AUTO-VECTORIZATION
|
||||
;
|
||||
;
|
||||
; /* We isolate a set of partial tile prefixes, which contains only partial
|
||||
|
|
Loading…
Reference in New Issue