brintos

brintos / llvm-project-archived public Read only

0
0
Text · 309 B · 6048efa Raw
16 lines · plain
1target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"2target triple = "aarch64-unknown-linux"3 4attributes #0 = { noinline sanitize_memtag "target-features"="+mte,+neon" }5 6define void @Callee(i8* %p) #0 {7entry:8  ret void9}10 11define void @Callee2(i32 %x, i8* %p) #0 {12entry:13  ret void14}15 16