This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Implement int_aarch64_sve_cnt intrinsic
ClosedPublic

Authored by kmclaughlin on Sep 25 2019, 7:16 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kmclaughlin created this revision.Sep 25 2019, 7:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2019, 7:16 AM
c-rhodes accepted this revision.Sep 30 2019, 8:27 AM

LGTM

llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
100–104 ↗(On Diff #221758)

nit: align last argument

This revision is now accepted and ready to land.Sep 30 2019, 8:27 AM
  • Fixes alignment of last argument to sve_int_un_pred_arit_1 in AArch64SVEInstrInfo.td
This revision was automatically updated to reflect the committed changes.