[FIX] Specify the CPU to overwrite the machine info and set a fixed vector

size.

llvm-svn: 294569
This commit is contained in:
Roman Gareev 2017-02-09 08:29:55 +00:00
parent 26fb7d7517
commit 2d0d294e3c
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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