[PATCH] D130184: BuildLibCalls: move inference of freeing memory later

Augie Fackler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 09:56:58 PDT 2022


durin42 created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
durin42 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This probably should have been part of D123089 <https://reviews.llvm.org/D123089>, but the effects of it
don't show up until we start removing functions from the table in
D130107 <https://reviews.llvm.org/D130107>. Oops.

Depends on D123091 <https://reviews.llvm.org/D123091>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130184

Files:
  llvm/lib/Transforms/Utils/BuildLibCalls.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130184.446193.patch
Type: text/x-patch
Size: 26689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220720/011cbc6d/attachment.bin>


More information about the llvm-commits mailing list