[PATCH] D66439: [LibFunc] "free" captures the pointer operand
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 14:57:45 PDT 2019
efriedma added a comment.
Is there some practical issue I'm missing?
> there is no reason "free" could not put the pointer value in a "free-table"
Data structures which are internal to the malloc implementation are considered opaque; otherwise, we couldn't add any attribute markings to malloc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66439/new/
https://reviews.llvm.org/D66439
More information about the llvm-commits
mailing list