This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC] Split PPCELFStreamer::emitInstruction
ClosedPublic

Authored by stefanp on May 8 2020, 4:26 AM.

Details

Summary

Split off PPCELFStreamer::emitPrefixInstruction from PPCELFStreamer::emitInstruction.

Diff Detail

Event Timeline

stefanp created this revision.May 8 2020, 4:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2020, 4:26 AM
amyk accepted this revision.May 12 2020, 9:26 AM
amyk added a subscriber: amyk.

This makes sense and LGTM.

This revision is now accepted and ready to land.May 12 2020, 9:26 AM
NeHuang added a subscriber: NeHuang.EditedMay 19 2020, 3:23 PM

LGTM except one nit: Is it better to change the function name from emitPrefixInstruction to emitPrefixedInstruction? (referred to Emitter->isPrefixedInstruction)

NeHuang accepted this revision.May 19 2020, 3:23 PM
This revision was automatically updated to reflect the committed changes.