This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Reorganize some function locations
ClosedPublic

Authored by arsenm on Jan 19 2023, 1:09 PM.

Details

Summary

Move things that are naturally methods of ReducerWorkItem to
be methods of ReducerWorkItem in the same source file.

Diff Detail

Event Timeline

arsenm created this revision.Jan 19 2023, 1:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2023, 1:09 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
arsenm requested review of this revision.Jan 19 2023, 1:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2023, 1:09 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm updated this revision to Diff 490646.Jan 19 2023, 1:19 PM

Missed isReduced

aeubanks accepted this revision.Jan 20 2023, 3:21 PM

seems reasonable

This revision is now accepted and ready to land.Jan 20 2023, 3:21 PM