This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Avoid unnecessary stack align
Needs ReviewPublic

Authored by StephenFan on Jun 29 2022, 11:19 PM.

Details

Summary

The stack align is done in PEI's calculateFrameObjectOffsets method.
Here we don't need to do stack align again.

Diff Detail

Event Timeline

StephenFan created this revision.Jun 29 2022, 11:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2022, 11:19 PM
StephenFan requested review of this revision.Jun 29 2022, 11:19 PM