This is an archive of the discontinued LLVM Phabricator instance.

[PEI][PowerPC] Switch to backwards frame index elimination
ClosedPublic

Authored by foad on Jul 31 2023, 6:54 AM.

Details

Summary

This adds support for reprocessing new instructions that were generated
by the target's eliminateFrameIndex.

Backwards frame index elimination uses backwards register scavenging,
which is preferred because it does not rely on accurate kill flags.

Diff Detail

Event Timeline

foad created this revision.Jul 31 2023, 6:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 6:54 AM
foad requested review of this revision.Jul 31 2023, 6:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 6:54 AM
foad added a reviewer: Restricted Project.Jul 31 2023, 6:54 AM
arsenm accepted this revision.Jul 31 2023, 1:24 PM
This revision is now accepted and ready to land.Jul 31 2023, 1:24 PM
This revision was automatically updated to reflect the committed changes.