This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add early-exit to RVV stack computation. NFCI.
ClosedPublic

Authored by frasercrmck on Jul 12 2022, 10:56 PM.

Details

Summary

This patch was split off from D126465, where an early-exit is necessary
as it checks the VLEN and that asserts that V instructions are present.

Since this makes logical sense on its own, I think it's worth landing
regardless of D126465.

Diff Detail

Event Timeline

frasercrmck created this revision.Jul 12 2022, 10:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2022, 10:56 PM
frasercrmck requested review of this revision.Jul 12 2022, 10:56 PM
This revision is now accepted and ready to land.Jul 13 2022, 12:48 AM
This revision was landed with ongoing or failed builds.Jul 13 2022, 1:01 AM
This revision was automatically updated to reflect the committed changes.