Skip to content

Commit 44b6c56

Browse files
committed
SCEV/test: strip irrelevant DL from test
The datalayout is only relevant for the IndVarSimplify test.
1 parent e390991 commit 44b6c56

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/test/Analysis/ScalarEvolution/exit-count-samesign.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
; RUN: opt -disable-output "-passes=print<scalar-evolution>" \
33
; RUN: -scalar-evolution-classify-expressions=0 < %s 2>&1 | FileCheck %s
44

5-
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
6-
75
define i32 @exit_count_samesign(i32 %iter.count, ptr %ptr) {
86
; CHECK-LABEL: 'exit_count_samesign'
97
; CHECK-NEXT: Determining loop execution counts for: @exit_count_samesign

0 commit comments

Comments
 (0)