mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[StackSafety,NFC] Add combined index test
Missing file for the previous patch
This commit is contained in:
parent
ad19075904
commit
a4ce31d13f
15
test/Bitcode/Inputs/thinlto-function-summary-paramaccess.ll
Normal file
15
test/Bitcode/Inputs/thinlto-function-summary-paramaccess.ll
Normal file
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user