From 11511ee3438ad319ae99270d371285a30d8839d6 Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Wed, 10 Feb 2021 13:04:58 -0600 Subject: [PATCH] [Polly] Do not use -O3 pipeline for single pass test. --- polly/test/GPGPU/spir-codegen.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/test/GPGPU/spir-codegen.ll b/polly/test/GPGPU/spir-codegen.ll index 26373e6..a464bfd 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 -- 2.7.4