This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Rename intrinsics for gather prefetch [NFC]
ClosedPublic

Authored by andwar on Mar 19 2020, 3:01 AM.

Details

Summary

In order to keep the names consistent with other SVE gather loads, the
intrinsics for gather prefetch are renamed as follows:

  • @llvm.aarch64.sve.gather.prfb -> @llvm.aarch64.sve.prfb.gather

Diff Detail

Event Timeline

andwar created this revision.Mar 19 2020, 3:01 AM
Herald added a reviewer: efriedma. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
fpetrogalli accepted this revision.Mar 19 2020, 4:49 AM

Thank you @andwar , this makes totally sense to me. Ship it!

Francesco

This revision is now accepted and ready to land.Mar 19 2020, 4:49 AM
This revision was automatically updated to reflect the committed changes.