diff --git a/polly/test/GPGPU/spir-codegen.ll b/polly/test/GPGPU/spir-codegen.ll index 26373e6da20e37..a464bfd17cfcc9 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