This is an archive of the discontinued LLVM Phabricator instance.

[FastISel] NFC: Clean up unnecessary bookkeeping
ClosedPublic

Authored by probinson on Nov 30 2020, 11:48 AM.

Details

Summary

Now that we flush the local value map for every instruction, we don't
need any extra flushes for specific cases. Also, LastFlushPoint is
not used for anything. Follow-ups to #dc35368 (D91734).

Diff Detail

Event Timeline

probinson created this revision.Nov 30 2020, 11:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2020, 11:48 AM
Herald added subscribers: jfb, hiraditya. · View Herald Transcript
probinson requested review of this revision.Nov 30 2020, 11:48 AM

The tests all pass, but I wasn't *quite* daring enough to commit this without a second opinion.

rnk accepted this revision.Nov 30 2020, 11:55 AM

lgtm, thanks!

This revision is now accepted and ready to land.Nov 30 2020, 11:55 AM
This revision was landed with ongoing or failed builds.Nov 30 2020, 12:29 PM
This revision was automatically updated to reflect the committed changes.