This is an archive of the discontinued LLVM Phabricator instance.

[SVE][Codegen] Add a helper function for pointer increment logic
ClosedPublic

Authored by kmclaughlin on Jul 10 2020, 10:54 AM.

Details

Summary

Helper used when splitting load & store operations to calculate
the pointer + offset for the high half of the split

Diff Detail

Event Timeline

kmclaughlin created this revision.Jul 10 2020, 10:54 AM
efriedma accepted this revision.Jul 10 2020, 2:14 PM

LGTM, thanks.

This revision is now accepted and ready to land.Jul 10 2020, 2:14 PM
This revision was automatically updated to reflect the committed changes.