diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Bitcode/Inputs/thinlto-function-summary-paramaccess.ll | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/Inputs/thinlto-function-summary-paramaccess.ll b/llvm/test/Bitcode/Inputs/thinlto-function-summary-paramaccess.ll new file mode 100644 index 0000000..6048efa --- /dev/null +++ b/llvm/test/Bitcode/Inputs/thinlto-function-summary-paramaccess.ll @@ -0,0 +1,15 @@ +target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" +target triple = "aarch64-unknown-linux" + +attributes #0 = { noinline sanitize_memtag "target-features"="+mte,+neon" } + +define void @Callee(i8* %p) #0 { +entry: + ret void +} + +define void @Callee2(i32 %x, i8* %p) #0 { +entry: + ret void +} + |