summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll8
-rw-r--r--polly/test/Isl/CodeGen/scop_never_executed_runtime_check_location.ll3
2 files changed, 6 insertions, 5 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"
diff --git a/polly/test/Isl/CodeGen/scop_never_executed_runtime_check_location.ll b/polly/test/Isl/CodeGen/scop_never_executed_runtime_check_location.ll
index c7c1161e4a3..2b52d7488c3 100644
--- a/polly/test/Isl/CodeGen/scop_never_executed_runtime_check_location.ll
+++ b/polly/test/Isl/CodeGen/scop_never_executed_runtime_check_location.ll
@@ -4,10 +4,9 @@
; in the SCoP region entering block (here %entry).
;
; CHECK: entry:
-; CHECK: zext i32 %n to i64
+; CHECK: %[[T0:[._a-zA-Z0-9]]] = zext i32 %n to i64
; CHECK: br i1 false
;
-; CHECK: %[[T0:[._a-zA-Z0-9]]] = zext i32 %n to i64
; CHECK: %[[T1:[._a-zA-Z0-9]]] = icmp sge i64 %[[T0]], 1
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud