aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2021-04-16 11:37:36 -0700
committerPhilip Reames <listmail@philipreames.com>2021-04-16 11:38:55 -0700
commitff55d01a8e1b60c137cd8cab7d9eeef14284fd7a (patch)
tree905a719f5648bd40fd65be731a91fcd67e2bd1be /llvm/utils/TableGen/CodeGenDAGPatterns.cpp
parent0daf27302518dcc521fae5cb5c7f72b783c13c35 (diff)
downloadllvm-ff55d01a8e1b60c137cd8cab7d9eeef14284fd7a.zip
llvm-ff55d01a8e1b60c137cd8cab7d9eeef14284fd7a.tar.gz
llvm-ff55d01a8e1b60c137cd8cab7d9eeef14284fd7a.tar.bz2
[nofree] Restrict semantics to memory visible to caller
This patch clarifies the semantics of the nofree function attribute to make clear that it provides an "as if" semantic. That is, a nofree function is guaranteed not to free memory which existed before the call, but might allocate and then deallocate that same memory within the lifetime of the callee. This is the result of the discussion on llvm-dev under the thread "Ambiguity in the nofree function attribute". The most important part of this change is the LangRef wording. The rest is minor comment changes to emphasize the new semantics where code was accidentally consistent, and fix one place which wasn't consistent. That one place is currently narrowly used as it is primarily part of the ongoing (and not yet enabled) deref-at-point semantics work. Differential Revision: https://reviews.llvm.org/D100141
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp')
0 files changed, 0 insertions, 0 deletions