Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / ARM / weak2.ll
blob2b6099b67d2f981e36aea757ddfe70564be379da
1 ; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
3 define i32 @f(i32 %a) {
4 entry:
5         %tmp2 = icmp eq i32 %a, 0               ; <i1> [#uses=1]
6         %t.0 = select i1 %tmp2, ptr null, ptr @test_weak                ; <ptr> [#uses=2]
7         %tmp5 = icmp eq ptr %t.0, null          ; <i1> [#uses=1]
8         br i1 %tmp5, label %UnifiedReturnBlock, label %cond_true8
10 cond_true8:             ; preds = %entry
11         %tmp10 = tail call i32 (...) %t.0( )            ; <i32> [#uses=1]
12         ret i32 %tmp10
14 UnifiedReturnBlock:             ; preds = %entry
15         ret i32 250
18 declare extern_weak i32 @test_weak(...)
20 ; CHECK: {{.}}weak