[InstCombine] Shift amount reassociation in bittest: trunc-of-lshr (PR42399)
[llvm-complete.git] / test / Analysis / ScalarEvolution / returned.ll
blob4c07cd134665786d1f0e51c5e3689c7c7d616520
1 ; RUN: opt < %s -S -analyze -scalar-evolution | 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 i8* @foo(i32 %no, i8* nocapture %d) nounwind {
5 entry:
6   %v = call i8* @func1(i8* %d)
7   %w = getelementptr i8, i8* %v, i64 5
8   ret i8* %w
11 ; CHECK-LABEL: Classifying expressions for: @foo
12 ; CHECK: %w = getelementptr i8, i8* %v, i64 5
13 ; CHECK-NEXT: (5 + %d)
15 declare i8* @func1(i8* returned) nounwind argmemonly