[compiler-rt] [llvm] [AArch64] Implement INIT/ADJUST_TRAMPOLINE (PR #70267)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 11:43:11 PDT 2024


================
@@ -0,0 +1,31 @@
+; RUN: llc -mtriple=aarch64-- < %s | FileCheck %s
+; UNSUPPORTED: darwin, system-windows
+
+declare void @llvm.init.trampoline(i8*, i8*, i8*);
+declare i8* @llvm.adjust.trampoline(i8*);
+
+define i64 @func(i64* nest %ptr, i64 %val)
----------------
MaskRay wrote:

The prevailing style is to place `{` at the end of the previous line

https://github.com/llvm/llvm-project/pull/70267


More information about the llvm-commits mailing list