1 ; RUN: opt -aa-pipeline=basic-aa -passes=aa-eval -print-all-alias-modref-info -disable-output < %s 2>&1 | FileCheck %s
3 declare void @takebyval(ptr byval(i32) %p)
5 define i32 @tailbyval() {
9 tail call void @takebyval(ptr byval(i32) %p)
10 %rv = load i32, ptr %p
13 ; FIXME: This should be Just Ref.
14 ; CHECK-LABEL: Function: tailbyval: 1 pointers, 1 call sites
15 ; CHECK-NEXT: Both ModRef: Ptr: i32* %p <-> tail call void @takebyval(ptr byval(i32) %p)