[PATCH] D82450: [AArch64][SVE] Add multiclass for bfloat16 intrinsic definitions
Cullen Rhodes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 04:17:14 PDT 2020
c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, fpetrogalli, kmclaughlin, efriedma.
Herald added subscribers: danielkiss, psnobl, rkruppe, kristof.beyls, tschuett.
Herald added a project: clang.
Patch implements a multiclass 'SInstBF16', a wrapper around SInst that
also defines a bfloat16 variant. This is used to merge the definitions
of intrinsics with bfloat16 support. The multiclass also handles
multiple arch guards.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82450
Files:
clang/include/clang/Basic/arm_sve.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82450.272967.patch
Type: text/x-patch
Size: 12146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200624/b1adabac/attachment-0001.bin>
More information about the cfe-commits
mailing list