[PATCH] D49165: Add, and infer, a nofree function attribute
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 3 09:19:15 PDT 2019
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
Except the TLI related changes (see below) I think this looks good now.
================
Comment at: lib/Transforms/IPO/FunctionAttrs.cpp:1521
+ auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
+ return runImpl(SCC, TLI, LegacyAARGetter(*this));
}
----------------
TLI should be unused in this file and all related changes should be undone.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49165/new/
https://reviews.llvm.org/D49165
More information about the llvm-commits
mailing list