[PATCH] D117350: MemoryBuiltins: simplify isLibFreeFunction

Augie Fackler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 11:45:35 PST 2022


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

This is in anticipation of my next patch, where I need to store more
information about free functions than just their argument count. It felt
invasive enough on this function that it seemed worthwhile to just
extract this as its own commit that makes no functional changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117350

Files:
  llvm/lib/Analysis/MemoryBuiltins.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117350.400096.patch
Type: text/x-patch
Size: 6157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/d802a18e/attachment.bin>


More information about the llvm-commits mailing list