[all-commits] [llvm/llvm-project] bad030: MemoryBuiltins: simplify isLibFreeFunction [NFC]
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Feb 3 08:30:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bad0301cc539e2b6cf2a6e2077b1485142ff3bde
https://github.com/llvm/llvm-project/commit/bad0301cc539e2b6cf2a6e2077b1485142ff3bde
Author: Augie Fackler <augie at google.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M llvm/lib/Analysis/MemoryBuiltins.cpp
Log Message:
-----------
MemoryBuiltins: simplify isLibFreeFunction [NFC]
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.
Differential Revision: https://reviews.llvm.org/D117350
More information about the All-commits
mailing list