[llvm] fe74f73 - [StackSafety,NFC] Add combined index test
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 18:32:09 PDT 2020
Author: Vitaly Buka
Date: 2020-08-04T18:31:58-07:00
New Revision: fe74f731e7024ce8b66869777dca6d6ed5a22e47
URL: https://github.com/llvm/llvm-project/commit/fe74f731e7024ce8b66869777dca6d6ed5a22e47
DIFF: https://github.com/llvm/llvm-project/commit/fe74f731e7024ce8b66869777dca6d6ed5a22e47.diff
LOG: [StackSafety,NFC] Add combined index test
Missing file for the previous patch
Added:
llvm/test/Bitcode/Inputs/thinlto-function-summary-paramaccess.ll
Modified:
Removed:
################################################################################
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 000000000000..6048efa75a39
--- /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
+}
+
More information about the llvm-commits
mailing list