diff options
Diffstat (limited to 'polly/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/polly/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll b/polly/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll index 953bd4c2fea..28d734ebd44 100644 --- a/polly/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll +++ b/polly/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll @@ -1,9 +1,11 @@ ; RUN: opt %loadPolly -polly-codegen -S -polly-delinearize < %s | FileCheck %s +; CHECK: entry: +; CHECK-NEXT: %0 = zext i32 %n to i64 + ; CHECK: polly.split_new_and_old: -; CHECK-NEXT: %1 = zext i32 %n to i64 -; CHECK-NEXT: %2 = icmp sge i64 %1, 1 -; CHECK-NEXT: br i1 %2, label %polly.start, label %for.body4 +; CHECK-NEXT: %1 = icmp sge i64 %0, 1 +; CHECK-NEXT: br i1 %1, label %polly.start, label %for.body4 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |