This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Change pointer type of struct load/store intrinsics.
ClosedPublic

Authored by sdesmalen on Jun 9 2020, 4:56 AM.

Details

Summary

Instead of loading from e.g. <vscale x 16 x i8>*, load from element
pointer i8*. This is more in line with the other load/store
intrinsics for SVE.

Diff Detail

Event Timeline

sdesmalen created this revision.Jun 9 2020, 4:56 AM
Herald added a reviewer: efriedma. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
sdesmalen updated this revision to Diff 269567.Jun 9 2020, 9:07 AM

Fixed sve-intrinsics-stN-reg-reg-addr-mode.ll

This revision is now accepted and ready to land.Jun 9 2020, 10:05 AM
This revision was automatically updated to reflect the committed changes.