bolt/deps/llvm-18.1.8/llvm/test/Transforms/InferFunctionAttrs/nobuiltin.ll

6 lines
187 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: opt -S -passes=inferattrs < %s | FileCheck %s
; CHECK: Function Attrs: nobuiltin allocsize(0){{$}}
; CHECK: declare ptr @_Znwm(i32)
declare ptr @_Znwm(i32) nobuiltin allocsize(0)