Skip to content

Commit fe74f73

Browse files
committed
[StackSafety,NFC] Add combined index test
Missing file for the previous patch
1 parent dd37b5a commit fe74f73

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
2+
target triple = "aarch64-unknown-linux"
3+
4+
attributes #0 = { noinline sanitize_memtag "target-features"="+mte,+neon" }
5+
6+
define void @Callee(i8* %p) #0 {
7+
entry:
8+
ret void
9+
}
10+
11+
define void @Callee2(i32 %x, i8* %p) #0 {
12+
entry:
13+
ret void
14+
}
15+

0 commit comments

Comments
 (0)