[PATCH] D153128: [AArch64][RCPC3] Add Neon intrinsics for LDAP1 and STL2
Tomas Matheson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 19 07:24:54 PDT 2023
tmatheson accepted this revision.
tmatheson added a comment.
This revision is now accepted and ready to land.
LGTM. ACLE PR here: https://github.com/ARM-software/acle/pull/265
================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:6769
+ // and vstl1(q)_lane, but codegen is equivalent for all of them. Choose an
+ // arbitrary one to be handled as tha canonical variation.
+ { NEON::BI__builtin_neon_vldap1_lane_u64, NEON::BI__builtin_neon_vldap1_lane_s64 },
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153128/new/
https://reviews.llvm.org/D153128
More information about the cfe-commits
mailing list