This is an archive of the discontinued LLVM Phabricator instance.

[SimplifyCFG] Collect non-contiguous block hoist statistics
Needs ReviewPublic

Authored by chill on Jul 12 2022, 2:54 AM.

Details

Reviewers
nikic
Summary

Count how many times, when hoisting instructions by
HoistThenElseCodeToIf, they did not belong to a single
contiguous block.

Diff Detail

Event Timeline

chill created this revision.Jul 12 2022, 2:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2022, 2:54 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
chill requested review of this revision.Jul 12 2022, 2:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2022, 2:54 AM
chill added a reviewer: nikic.

Not sure if we want to commit it, but here it is, for reference.