To match the normal inliner in preparation for https://reviews.llvm.org/D86988.
Also change a FIXME to an assert.
Paths
| Differential D88067
[AlwaysInliner] Emit optimization remarks ClosedPublic Authored by aeubanks on Sep 21 2020, 9:27 PM.
Details
Summary To match the normal inliner in preparation for https://reviews.llvm.org/D86988. Also change a FIXME to an assert.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Sep 21 2020, 10:03 PM This revision was landed with ongoing or failed builds.Sep 21 2020, 10:10 PM Closed by commit rG3bf703fb6d55: [AlwaysInliner] Emit optimization remarks (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 293338 llvm/lib/Transforms/IPO/AlwaysInliner.cpp
llvm/test/Transforms/Inline/optimization-remarks.ll
|
Add an assertion reason string.