This is an archive of the discontinued LLVM Phabricator instance.

[MachineOutliner] Add optsize markings to outlined functions.
ClosedPublic

Authored by efriedma on May 2 2018, 6:21 PM.

Details

Summary

It doesn't matter much this late in the pipeline, but one place that does check for optsize is the function alignment code.

Diff Detail

Repository
rL LLVM

Event Timeline

efriedma created this revision.May 2 2018, 6:21 PM
paquette accepted this revision.May 2 2018, 8:09 PM
paquette edited reviewers, added: paquette; removed: jpaquette.
paquette added a subscriber: paquette.

LGTM

This revision is now accepted and ready to land.May 2 2018, 8:09 PM
This revision was automatically updated to reflect the committed changes.