This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add the @llvm.aarch64.sve.dup.unpred intrinsic
ClosedPublic

Authored by andwar on Mar 10 2020, 3:30 AM.

Details

Summary

For consistency, @llvm.aarch64.sve.dup is renamed as
@llvm.aarch64.sve.dup.pred.

Diff Detail

Event Timeline

andwar created this revision.Mar 10 2020, 3:30 AM
Herald added a reviewer: efriedma. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
andwar updated this revision to Diff 249915.Mar 12 2020, 6:35 AM
  • Renamed @llvm.aarch64.sve.dup.unpred as @llvm.aarch64.sve.dup.x (this is consistent with other unpredicated intrinsics)
  • Restored the original name of @llvm.aarch64.sve.dup
sdesmalen accepted this revision.Mar 13 2020, 4:27 AM

LGTM. Don't forget to update the commit message and title (that still references pred and unpred).

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