This is an archive of the discontinued LLVM Phabricator instance.

[Clang][SVE2.1] Add builtins and intrinsics for SVBFMLSLB/T
ClosedPublic

Authored by CarolineConcatto on May 25 2023, 8:53 AM.

Details

Summary

As described in: https://github.com/ARM-software/acle/pull/257

Patch by: Kerry McLaughlin <kerry.mclaughlin@arm.com>

Diff Detail

Event Timeline

CarolineConcatto requested review of this revision.May 25 2023, 8:53 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 25 2023, 8:53 AM
david-arm accepted this revision.Jun 5 2023, 6:10 AM

LGTM! I left a nit, which you could just address before landing the patch?

clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_bfmlsl.c
49

nit: Just a minor issue, but perhaps worth calling this test_bfmlslb_lane to be consistent with the builtin?

This revision is now accepted and ready to land.Jun 5 2023, 6:10 AM
  • Rebase and
  • change test names to use _lane instead of _idx
This revision was landed with ongoing or failed builds.Oct 19 2023, 9:45 AM
This revision was automatically updated to reflect the committed changes.