bolt/deps/llvm-18.1.8/llvm/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
2025-02-14 19:21:04 +01:00

7 lines
140 B
LLVM

; RUN: llc < %s -mtriple=ppc64--
define ptr @foo(i32 %n) {
%A = alloca i32, i32 %n ; <ptr> [#uses=1]
ret ptr %A
}