This is an archive of the discontinued LLVM Phabricator instance.

[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

aeubanks created this revision.Sep 21 2020, 9:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2020, 9:27 PM
aeubanks requested review of this revision.Sep 21 2020, 9:27 PM
davidxl added inline comments.Sep 21 2020, 9:41 PM
llvm/lib/Transforms/IPO/AlwaysInliner.cpp
72

Add an assertion reason string.

aeubanks updated this revision to Diff 293334.Sep 21 2020, 9:46 PM

add assertion reason string

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
This revision was automatically updated to reflect the committed changes.