[polly] 6c0fe14 - [polly] Remove unnecessary -enable-new-pm flags

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 15:39:08 PST 2023


Author: Arthur Eubanks
Date: 2023-02-27T15:38:55-08:00
New Revision: 6c0fe14414cd0b3cbd96e809843ebbe3428da64e

URL: https://github.com/llvm/llvm-project/commit/6c0fe14414cd0b3cbd96e809843ebbe3428da64e
DIFF: https://github.com/llvm/llvm-project/commit/6c0fe14414cd0b3cbd96e809843ebbe3428da64e.diff

LOG: [polly] Remove unnecessary -enable-new-pm flags

Added: 
    

Modified: 
    polly/test/GPGPU/spir-codegen.ll
    polly/test/Support/dumpfunction.ll
    polly/test/Support/exportjson.ll

Removed: 
    


################################################################################
diff  --git a/polly/test/GPGPU/spir-codegen.ll b/polly/test/GPGPU/spir-codegen.ll
index f610f9158213c..3715e1ec4427a 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 8d578029593d2..de7e802d98e5b 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 9974f676a5312..22cfea23534cb 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) {


        


More information about the llvm-commits mailing list