This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Remove extra nop after notoc call
ClosedPublic

Authored by stefanp on Jun 3 2020, 4:17 AM.

Details

Summary

Calls that are marked as @notoc do not require the extra nop after the call for the TOC restore.

Diff Detail

Event Timeline

stefanp created this revision.Jun 3 2020, 4:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2020, 4:17 AM
sfertile accepted this revision as: sfertile.Jun 3 2020, 9:08 AM

LGTM.

This revision is now accepted and ready to land.Jun 3 2020, 9:08 AM
This revision was automatically updated to reflect the committed changes.