[polly] Remove unnecessary -enable-new-pm flags
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
; RUN: opt -opaque-pointers=0 %loadPolly -polly-codegen-ppcg \
|
||||
; RUN: -polly-gpu-arch=spir32 \
|
||||
; RUN: -polly-acc-dump-kernel-ir -polly-process-unprofitable -disable-output -enable-new-pm=0 < %s | \
|
||||
; RUN: -polly-acc-dump-kernel-ir -polly-process-unprofitable -disable-output < %s | \
|
||||
; RUN: FileCheck %s
|
||||
|
||||
; REQUIRES: pollyacc
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
; New pass manager
|
||||
; RUN: opt %loadNPMPolly -enable-new-pm=1 -O3 -polly -polly-position=before-vectorizer -polly-dump-before --disable-output %s
|
||||
; RUN: opt %loadNPMPolly -O3 -polly -polly-position=before-vectorizer -polly-dump-before --disable-output %s
|
||||
; RUN: FileCheck --input-file=dumpfunction-callee-before.ll --check-prefix=CHECK --check-prefix=CALLEE %s
|
||||
; RUN: FileCheck --input-file=dumpfunction-caller-before.ll --check-prefix=CHECK --check-prefix=CALLER %s
|
||||
;
|
||||
; RUN: opt %loadNPMPolly -enable-new-pm=1 -O3 -polly -polly-position=before-vectorizer -polly-dump-after --disable-output %s
|
||||
; RUN: opt %loadNPMPolly -O3 -polly -polly-position=before-vectorizer -polly-dump-after --disable-output %s
|
||||
; RUN: FileCheck --input-file=dumpfunction-callee-after.ll --check-prefix=CHECK --check-prefix=CALLEE %s
|
||||
; RUN: FileCheck --input-file=dumpfunction-caller-after.ll --check-prefix=CHECK --check-prefix=CALLER %s
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
; RUN: rm -rf %t
|
||||
; RUN: mkdir -p %t
|
||||
; RUN: opt %loadNPMPolly -polly-import-jscop-dir=%t -enable-new-pm=1 -polly -O2 -polly-export -S < %s
|
||||
; RUN: opt %loadNPMPolly -polly-import-jscop-dir=%t -polly -O2 -polly-export -S < %s
|
||||
; RUN: FileCheck %s -input-file %t/exportjson___%entry.split---%return.jscop
|
||||
;
|
||||
; for (int j = 0; j < n; j += 1) {
|
||||
|
||||
Reference in New Issue
Block a user