This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Use MCInstrDesc::operands() instead of OpInfo
ClosedPublic

Authored by foad on Jan 25 2023, 3:37 AM.

Details

Summary

operands() is the preferred accessor since D142213. OpInfo will be
removed in D142219.

Diff Detail

Event Timeline

foad created this revision.Jan 25 2023, 3:37 AM
Herald added a reviewer: Amir. · View Herald Transcript
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
foad requested review of this revision.Jan 25 2023, 3:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 3:37 AM
Amir accepted this revision.Jan 25 2023, 9:07 AM

LGTM

This revision is now accepted and ready to land.Jan 25 2023, 9:07 AM
This revision was automatically updated to reflect the committed changes.