From 6c0fe14414cd0b3cbd96e809843ebbe3428da64e Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Mon, 27 Feb 2023 15:38:39 -0800 Subject: [PATCH] [polly] Remove unnecessary -enable-new-pm flags --- polly/test/GPGPU/spir-codegen.ll | 2 +- polly/test/Support/dumpfunction.ll | 4 ++-- polly/test/Support/exportjson.ll | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polly/test/GPGPU/spir-codegen.ll b/polly/test/GPGPU/spir-codegen.ll index f610f9158213..3715e1ec4427 100644 --- a/polly/test/GPGPU/spir-codegen.ll +++ b/polly/test/GPGPU/spir-codegen.ll @@ -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 diff --git a/polly/test/Support/dumpfunction.ll b/polly/test/Support/dumpfunction.ll index 8d578029593d..de7e802d98e5 100644 --- a/polly/test/Support/dumpfunction.ll +++ b/polly/test/Support/dumpfunction.ll @@ -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 diff --git a/polly/test/Support/exportjson.ll b/polly/test/Support/exportjson.ll index 9974f676a531..22cfea23534c 100644 --- a/polly/test/Support/exportjson.ll +++ b/polly/test/Support/exportjson.ll @@ -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) {