[PATCH] D155617: Pass to annotate functions with appropriate optimization level.
Puneeth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 20:14:14 PDT 2023
Puneeth-A-R marked 2 inline comments as done.
Puneeth-A-R added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp:113
+ << " does not exist\n";
+ continue;
+ }
----------------
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?
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