android_mt6572_jiabo/external/llvm/test/CodeGen/CPP/attributes.ll
2025-09-05 16:56:03 +08:00

7 lines
132 B
LLVM

; RUN: llc < %s -march=cpp | FileCheck %s
define void @f1(i8* byval, i8* inalloca) {
; CHECK: ByVal
; CHECK: InAlloca
ret void
}