[polly] 781a1b1 - [test] Pin spir-codegen.ll to legacy PM
    Arthur Eubanks via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb  3 19:39:59 PST 2021
    
    
  
Author: Arthur Eubanks
Date: 2021-02-03T19:37:32-08:00
New Revision: 781a1b1e3683f44bcf5af27ecdb71a494c707abe
URL: https://github.com/llvm/llvm-project/commit/781a1b1e3683f44bcf5af27ecdb71a494c707abe
DIFF: https://github.com/llvm/llvm-project/commit/781a1b1e3683f44bcf5af27ecdb71a494c707abe.diff
LOG: [test] Pin spir-codegen.ll to legacy PM
-polly-enable-delicm is not supported under the new PM but is tested here:
  Assertion `!EnableDeLICM && "This option is not implemented"' failed.
Added: 
    
Modified: 
    polly/test/GPGPU/spir-codegen.ll
Removed: 
    
################################################################################
diff  --git a/polly/test/GPGPU/spir-codegen.ll b/polly/test/GPGPU/spir-codegen.ll
index e6188e8b4305..26373e6da20e 100644
--- a/polly/test/GPGPU/spir-codegen.ll
+++ b/polly/test/GPGPU/spir-codegen.ll
@@ -1,6 +1,6 @@
 ; RUN: opt %loadPolly -O3 -polly -polly-target=gpu \
 ; RUN: -polly-gpu-arch=spir32 \
-; RUN: -polly-acc-dump-kernel-ir -polly-process-unprofitable -disable-output < %s | \
+; RUN: -polly-acc-dump-kernel-ir -polly-process-unprofitable -disable-output -enable-new-pm=0 < %s | \
 ; RUN: FileCheck %s
 
 ; REQUIRES: pollyacc
        
    
    
More information about the llvm-commits
mailing list