[PATCH] D155617: Pass to annotate functions with appropriate optimization level.
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 09:03:51 PDT 2023
aeubanks added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp:113
+ << " does not exist\n";
+ continue;
+ }
----------------
Puneeth-A-R wrote:
> aeubanks wrote:
> > should probably `report_fatal_error` if the function doesn't exist (at the end of the pass so we can report all missing functions)
> @aeubanks is it okay to have this as a TODO for now?
sure
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155617/new/
https://reviews.llvm.org/D155617
More information about the llvm-commits
mailing list