As described in: https://github.com/ARM-software/acle/pull/257
Patch by: Kerry McLaughlin <kerry.mclaughlin@arm.com>
Paths
| Differential D151461
[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 TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 25 2023, 8:53 AM CarolineConcatto added a parent revision: D151439: [Clang][SVE2.1] Add builtins for 2-way svdot (vectors, indexed).May 25 2023, 8:54 AM CarolineConcatto added a child revision: D151709: [Clang][SVE2.1] Add builtins for svrevd.May 30 2023, 6:44 AM Comment Actions LGTM! I left a nit, which you could just address before landing the patch?
This revision is now accepted and ready to land.Jun 5 2023, 6:10 AM This revision was landed with ongoing or failed builds.Oct 19 2023, 9:45 AM Closed by commit rG200a92520c25: [Clang][SVE2.1] Add builtins and intrinsics for SVBFMLSLB/T (authored by CarolineConcatto). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 557786 clang/include/clang/Basic/arm_sve.td
clang/include/clang/Basic/arm_sve_sme_incl.td
clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_bfmlsl.c
clang/utils/TableGen/SveEmitter.cpp
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve2p1-intrinsics-bfmls.ll
|
nit: Just a minor issue, but perhaps worth calling this test_bfmlslb_lane to be consistent with the builtin?