This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Move allWUsers from RISCVInstrInfo to RISCVOptWInstrs.
ClosedPublic

Authored by craig.topper on Mar 29 2023, 11:28 AM.

Details

Summary

It was only in RISCVInstrInfo because it was used by 2 passes, but those
passes have been merged in D147173.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 29 2023, 11:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2023, 11:28 AM
craig.topper requested review of this revision.Mar 29 2023, 11:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2023, 11:28 AM
asb accepted this revision.Mar 29 2023, 2:11 PM

LGTM.

This revision is now accepted and ready to land.Mar 29 2023, 2:11 PM
This revision was landed with ongoing or failed builds.Mar 29 2023, 3:17 PM
This revision was automatically updated to reflect the committed changes.