This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Drop "argmemonly" from gather/scatter with vector base.
ClosedPublic

Authored by efriedma on Sep 23 2020, 3:15 PM.

Details

Summary

The intrinsics don't have any pointer arguments, so "argmemonly" makes optimizations think they don't write to memory at all.

Diff Detail

Event Timeline

efriedma created this revision.Sep 23 2020, 3:15 PM
efriedma requested review of this revision.Sep 23 2020, 3:15 PM
Harbormaster completed remote builds in B72725: Diff 293871.
paulwalker-arm accepted this revision.Sep 24 2020, 4:10 AM
This revision is now accepted and ready to land.Sep 24 2020, 4:10 AM