This is an archive of the discontinued LLVM Phabricator instance.

[LiveRangeEdit] Add a statistic variable for rematerialization
ClosedPublic

Authored by Carrot on Sep 29 2022, 2:08 PM.

Details

Summary

Add a statistic variable for rematerialization.

Diff Detail

Event Timeline

Carrot created this revision.Sep 29 2022, 2:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2022, 2:08 PM
Carrot requested review of this revision.Sep 29 2022, 2:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2022, 2:08 PM
arsenm accepted this revision.Sep 29 2022, 2:11 PM

LGTM with spelling nit

llvm/lib/CodeGen/LiveRangeEdit.cpp
30

s/rematerialization/instructions rematerialized/

This revision is now accepted and ready to land.Sep 29 2022, 2:11 PM
Carrot updated this revision to Diff 464031.Sep 29 2022, 2:19 PM
Carrot marked an inline comment as done.

Thanks for the quick review. Will check in this version.

This revision was landed with ongoing or failed builds.Sep 30 2022, 12:41 PM
This revision was automatically updated to reflect the committed changes.