1 ; RUN: opt < %s -S -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
2 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
4 define ptr @foo(i32 %no, ptr nocapture %d) nounwind {
6 %v = call ptr @func1(ptr %d)
7 %w = getelementptr i8, ptr %v, i64 5
11 ; CHECK-LABEL: Classifying expressions for: @foo
12 ; CHECK: %w = getelementptr i8, ptr %v, i64 5
13 ; CHECK-NEXT: (5 + %d)
15 declare ptr @func1(ptr returned) nounwind argmemonly