[polly] 11511ee - [Polly] Do not use -O3 pipeline for single pass test.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 11:26:36 PST 2021


Author: Michael Kruse
Date: 2021-02-10T13:25:56-06:00
New Revision: 11511ee3438ad319ae99270d371285a30d8839d6

URL: https://github.com/llvm/llvm-project/commit/11511ee3438ad319ae99270d371285a30d8839d6
DIFF: https://github.com/llvm/llvm-project/commit/11511ee3438ad319ae99270d371285a30d8839d6.diff

LOG: [Polly] Do not use -O3 pipeline for single pass test.

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 26373e6da20e..a464bfd17cfc 100644
--- a/polly/test/GPGPU/spir-codegen.ll
+++ b/polly/test/GPGPU/spir-codegen.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -O3 -polly -polly-target=gpu \
+; RUN: opt %loadPolly -polly-codegen-ppcg -polly-target=gpu \
 ; RUN: -polly-gpu-arch=spir32 \
 ; RUN: -polly-acc-dump-kernel-ir -polly-process-unprofitable -disable-output -enable-new-pm=0 < %s | \
 ; RUN: FileCheck %s


        


More information about the llvm-commits mailing list