[PATCH] D79710: [clang][BFloat] add create/set/get/dup intrinsics
Alexandros Lamprineas via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 09:06:38 PDT 2020
labrinea 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;
----------------
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)'`
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