This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by sdesmalen on Mar 16 2020, 10:28 AM.

Details

Summary

This fixes a discrepancy between the non-temporal loads/store
intrinsics and other SVE load intrinsics (such as nf/ff), so
that Clang can use the same code to generate these intrinsics.

Diff Detail

Event Timeline

sdesmalen created this revision.Mar 16 2020, 10:28 AM
Herald added a reviewer: efriedma. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Mar 16 2020, 11:36 AM
This revision was automatically updated to reflect the committed changes.