This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Refactor lowering for fixed length MGATHER/MSCATTER.
ClosedPublic

Authored by paulwalker-arm on May 8 2022, 1:48 PM.

Details

Summary

Lower fixed length MGATHER/MSCATTER operations to scalable vector
equivalents, which are then lowered to SVE specific nodes. This
two stage process is in preparation for making scalable vector
MGATHER/MSCATTER operations legal.

Diff Detail

Event Timeline

paulwalker-arm created this revision.May 8 2022, 1:48 PM
Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.May 8 2022, 1:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2022, 1:48 PM
bsmith accepted this revision.May 19 2022, 6:57 AM

LGTM

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
4796

Nit: Should be IsTruncating

This revision is now accepted and ready to land.May 19 2022, 6:57 AM
This revision was landed with ongoing or failed builds.May 21 2022, 2:16 AM
This revision was automatically updated to reflect the committed changes.