repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InferFunctionAttrs
/
nobuiltin.ll
blob
1239a22a3a05c6c2f4e982df3decfeca9d6daefa
1
; RUN: opt -S -inferattrs < %s | FileCheck %s
2
3
; CHECK: Function Attrs: nobuiltin allocsize(0)
4
; CHECK: declare i8* @_Znwm(i32)
5
declare i8* @_Znwm(i32) nobuiltin allocsize(0)