[llvm] LowerTypeTests: Fix quadratic complexity (try 2). (PR #136053)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 16 16:30:52 PDT 2025
================
@@ -352,6 +352,27 @@ struct ScopedSaveAliaseesAndUsed {
std::vector<std::pair<GlobalAlias *, Function *>> FunctionAliases;
std::vector<std::pair<GlobalIFunc *, Function *>> ResolverIFuncs;
+ // This function only removes functions from llvm.used and llvm.compiler.used.
----------------
fmayer wrote:
nit: method?
https://github.com/llvm/llvm-project/pull/136053
More information about the llvm-commits
mailing list