This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Use generic name for scalable vector stack ID.
ClosedPublic

Authored by HsiangKai on Jan 12 2021, 12:40 AM.

Details

Summary

ARM SVE and RISC-V V-extension both support scalable vector types. We need to put scalable vector frame objects on the stack. It needs special handling for scalable vector types. Instead of creating stack ID for these two targets, we prefer to use an unified name for stack ID for scalable vector types.

Diff Detail

Event Timeline

HsiangKai created this revision.Jan 12 2021, 12:40 AM
HsiangKai requested review of this revision.Jan 12 2021, 12:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2021, 12:40 AM
david-arm accepted this revision.Jan 12 2021, 1:07 AM
david-arm added a subscriber: david-arm.

LGTM! Seems like a sensible rename to me.

This revision is now accepted and ready to land.Jan 12 2021, 1:07 AM
This revision was landed with ongoing or failed builds.Jan 12 2021, 6:58 PM
This revision was automatically updated to reflect the committed changes.