[test] Pre-commit llvm.experimental.memset.pattern tests prior to MemoryLocation...
[llvm-project.git] / llvm / test / tools / llvm-objdump / Inputs / trivial.ll
blob27fd9bb80de49e292a21ff829eb790d60af8400f
1 ; Input used for generating checked-in binaries (trivial.obj.*)
2 ; llc -mtriple=wasm32-unknown-unknown trivial.ll -filetype=obj -o trivial.obj.wasm
4 @.str = private unnamed_addr constant [13 x i8] c"Hello World\0A\00", align 1
6 define i32 @main() nounwind {
7 entry:
8   %call = tail call i32 @puts(ptr @.str) nounwind
9   tail call void @SomeOtherFunction() nounwind
10   ret i32 0
13 declare i32 @puts(ptr nocapture) nounwind
15 declare void @SomeOtherFunction(...)
17 @var = global i32 0
18 @llvm.used = appending global [1 x ptr] [ptr @var], section "llvm.metadata"
19 @llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr null, ptr null }]