[PATCH] D79710: [clang][BFloat] add create/set/get/dup intrinsics
Ties Stuij via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 09:52:35 PDT 2020
stuij marked an inline comment as done.
stuij added inline comments.
================
Comment at: clang/include/clang/Basic/arm_neon.td:1854
+ def VDUP_LANE_BF : WOpInst<"vdup_lane", ".qI", "bQb", OP_DUP_LN>;
+ def VDUP_LANEQ_BF: WOpInst<"vdup_laneq", ".QI", "bQb", OP_DUP_LN> {
+ let isLaneQ = 1;
----------------
labrinea wrote:
> My local build points here with:
> `arm_neon.td:1926:3: error: No compatible intrinsic found - looking up intrinsic 'splat_laneq(bfloat16x8_t, int32_t)'`
>
>
Thanks, yes we need to upstream another patch to match the upstreamed work already done for other types.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79710/new/
https://reviews.llvm.org/D79710
More information about the cfe-commits
mailing list