[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Analysis / ScalarEvolution / returned.ll
blobe0079e8810b75203c73b840442c40ea43b5d9e3b
1 ; RUN: opt < %s -S -analyze -enable-new-pm=0 -scalar-evolution | FileCheck %s
2 ; RUN: opt < %s -S -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
3 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"
5 define i8* @foo(i32 %no, i8* nocapture %d) nounwind {
6 entry:
7   %v = call i8* @func1(i8* %d)
8   %w = getelementptr i8, i8* %v, i64 5
9   ret i8* %w
12 ; CHECK-LABEL: Classifying expressions for: @foo
13 ; CHECK: %w = getelementptr i8, i8* %v, i64 5
14 ; CHECK-NEXT: (5 + %d)
16 declare i8* @func1(i8* returned) nounwind argmemonly