This is an archive of the discontinued LLVM Phabricator instance.

[MachinePipeliner] Remove unused LoopInfo data fields
AcceptedPublic

Authored by ivafanas on Oct 30 2022, 11:44 PM.

Details

Summary

LoopInductionVar and LoopCompare data members of MachinePipeliner::LoopInfo struct seems to be unused asf ar as nobody reads their value. Should be removed.

Diff Detail

Event Timeline

ivafanas created this revision.Oct 30 2022, 11:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2022, 11:44 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
ivafanas requested review of this revision.Oct 30 2022, 11:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2022, 11:44 PM

Ping, please

kparzysz accepted this revision.Feb 3 2023, 9:22 AM

LGTM!

This revision is now accepted and ready to land.Feb 3 2023, 9:22 AM