This is an archive of the discontinued LLVM Phabricator instance.

[ConstantHoisting] simplify NumUses accounting NFC
ClosedPublic

Authored by nickdesaulniers on Jul 11 2023, 2:59 PM.

Details

Summary

The Uses variable is unnecessary. Just use UsesNum instead.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: hiraditya. · View Herald Transcript
nickdesaulniers requested review of this revision.Jul 11 2023, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 2:59 PM
MaskRay accepted this revision.Jul 11 2023, 4:23 PM
This revision is now accepted and ready to land.Jul 11 2023, 4:23 PM