xref: /llvm-project/llvm/test/ThinLTO/X86/Inputs/index-const-prop-cache-test2.ll (revision 7b1d793713cf9ed9ab719f33b332f9c66a1fc5cc)
1target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2target triple = "x86_64-unknown-linux-gnu"
3
4; Function Attrs: nounwind ssp uwtable
5define i32 @test() local_unnamed_addr {
6  %1 = tail call i32 (...) @foo()
7  %2 = tail call i32 (...) @bar()
8  %3 = add nsw i32 %2, %1
9  ret i32 %3
10}
11
12declare i32 @foo(...) local_unnamed_addr
13
14declare i32 @bar(...) local_unnamed_addr
15