summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/phi_loop_carried_float_escape.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Isl/CodeGen/phi_loop_carried_float_escape.ll')
-rw-r--r--polly/test/Isl/CodeGen/phi_loop_carried_float_escape.ll6
1 files changed, 5 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/phi_loop_carried_float_escape.ll b/polly/test/Isl/CodeGen/phi_loop_carried_float_escape.ll
index 5f03f55f9cb..a22b1718248 100644
--- a/polly/test/Isl/CodeGen/phi_loop_carried_float_escape.ll
+++ b/polly/test/Isl/CodeGen/phi_loop_carried_float_escape.ll
@@ -1,4 +1,8 @@
-; RUN: opt %loadPolly -S -polly-no-early-exit -polly-detect-unprofitable -polly-codegen < %s | FileCheck %s
+; RUN: opt %loadPolly -S -polly-no-early-exit -polly-detect-unprofitable \
+; RUN: -polly-analyze-read-only-scalars=false -polly-codegen < %s | FileCheck %s
+
+; RUN: opt %loadPolly -S -polly-no-early-exit -polly-detect-unprofitable \
+; RUN: -polly-analyze-read-only-scalars=true -polly-codegen < %s | FileCheck %s
;
; float f(float *A, int N) {
; float tmp = 0;
OpenPOWER on IntegriCloud