AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git] / llvm / test / ExecutionEngine / OrcLazy / anonymous_globals.ll
blob3800ad715000255e76423440bec83ae5034e1af0
1 ; RUN: lli -jit-kind=orc-lazy %s
3 define private void @0() {
4 entry:
5   ret void
8 define private void @"\01L_foo"() {
9 entry:
10   ret void
13 define i32 @main(i32 %argc, ptr nocapture readnone %argv) {
14 entry:
15   call void @0()
16   tail call void @"\01L_foo"()
17   ret i32 0