This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Add pass to remove register uses
ClosedPublic

Authored by arsenm on Apr 22 2022, 10:02 AM.

Details

Summary

Try to delete implicit uses, and undef flags to explicit ones.

Diff Detail

Event Timeline

arsenm created this revision.Apr 22 2022, 10:02 AM
arsenm requested review of this revision.Apr 22 2022, 10:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 10:02 AM
arsenm updated this revision to Diff 424651.Apr 22 2022, 4:02 PM

Fix erasing non-reserved implicit physreg inputs present on the instruction definition

MatzeB accepted this revision.Apr 26 2022, 8:32 PM

LGTM

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