This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Add pass to reduce IR references from MIR
ClosedPublic

Authored by arsenm on Apr 19 2022, 1:08 PM.

Details

Summary

This is typically the first thing I do when reducing a new testcase
until the IR section can be deleted.

Diff Detail

Event Timeline

arsenm created this revision.Apr 19 2022, 1:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 1:08 PM
Herald added a subscriber: mgorny. · View Herald Transcript
arsenm requested review of this revision.Apr 19 2022, 1:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 1:08 PM
Herald added a subscriber: wdng. · View Herald Transcript
MatzeB accepted this revision.Apr 26 2022, 8:57 PM

I've manually done this step countless times myself as well. Great to have this automated! LGTM

This revision is now accepted and ready to land.Apr 26 2022, 8:57 PM