This is an archive of the discontinued LLVM Phabricator instance.

[Xtensa] Lower stack operations.
Needs RevisionPublic

Authored by andreisfr on Mar 9 2023, 12:21 AM.

Details

Summary

Implement lowering of dynamic_stackalloc, stacksave, stackrestore.

Diff Detail

Event Timeline

andreisfr created this revision.Mar 9 2023, 12:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 12:21 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
andreisfr requested review of this revision.Mar 9 2023, 12:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 12:21 AM
andreisfr updated this revision to Diff 508587.Mar 27 2023, 5:07 AM

Minor code formatting

JKRhb added a subscriber: JKRhb.Mar 30 2023, 12:57 PM
arsenm requested changes to this revision.Aug 18 2023, 7:19 AM

Needs tests

llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
681

Don't need the variable

This revision now requires changes to proceed.Aug 18 2023, 7:19 AM