12 lines · plain
1; RUN: llc < %s -mtriple=arm64-apple-darwin -O0 -fast-isel | FileCheck %s2 3; CHECK: b _foo04 5define i32 @foo1() {6entry:7 %call = tail call i32 @foo0()8 ret i32 %call9}10 11declare i32 @foo0()12 1; RUN: llc < %s -mtriple=arm64-apple-darwin -O0 -fast-isel | FileCheck %s2 3; CHECK: b _foo04 5define i32 @foo1() {6entry:7 %call = tail call i32 @foo0()8 ret i32 %call9}10 11declare i32 @foo0()12