This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO][WPD] LICM set lookup (NFC)
ClosedPublic

Authored by tejohnson on Feb 10 2022, 12:43 PM.

Details

Summary

Minor efficiency fix. There is no reason to perform the same set lookup
repeatedly in the inner loop as it is invariant there.

Diff Detail

Event Timeline

tejohnson created this revision.Feb 10 2022, 12:43 PM
tejohnson requested review of this revision.Feb 10 2022, 12:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2022, 12:43 PM
mingmingl accepted this revision.Feb 10 2022, 1:14 PM
This revision is now accepted and ready to land.Feb 10 2022, 1:14 PM
This revision was landed with ongoing or failed builds.Feb 10 2022, 1:16 PM
This revision was automatically updated to reflect the committed changes.