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

This commit is contained in:
Michael Kruse 2021-02-10 13:04:58 -06:00
parent a7db680183
commit 11511ee343
1 changed files with 1 additions and 1 deletions

View File

@ -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