[PATCH] D130107: MemoryBuiltins: remove malloc-family funcs from list

Augie Fackler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 11:57:38 PDT 2022


durin42 created this revision.
Herald added subscribers: okura, kuter, hiraditya.
Herald added a project: All.
durin42 requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

We no longer need specialized knowledge of these allocator functions in
this file since we have the correct attributes available now.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130107

Files:
  llvm/lib/Analysis/MemoryBuiltins.cpp
  llvm/test/Transforms/Attributor/heap_to_stack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130107.445902.patch
Type: text/x-patch
Size: 12870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220719/d04959d2/attachment.bin>


More information about the llvm-commits mailing list