llvm-project/llvm/test/Transforms/InferFunctionAttrs
Brian Homerding b4b21d807e Add, and infer, a nofree function attribute
This patch adds a function attribute, nofree, to indicate that a function does
not, directly or indirectly, call a memory-deallocation function (e.g., free,
C++'s operator delete).

Reviewers: jdoerfert

Differential Revision: https://reviews.llvm.org/D49165

llvm-svn: 365336
2019-07-08 15:57:56 +00:00
..
annotate.ll Add, and infer, a nofree function attribute 2019-07-08 15:57:56 +00:00
dereferenceable.ll [InferFunctionAttrs] add tests for 'dereferenceable' argument attribute; NFC 2019-07-05 17:49:53 +00:00
no-proto.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00
norecurse_debug.ll Add, and infer, a nofree function attribute 2019-07-08 15:57:56 +00:00
pr30455.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00