[PATCH] D78755: [SveEmitter] Add builtins for svlen
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 23 14:07:33 PDT 2020
sdesmalen created this revision.
sdesmalen added reviewers: SjoerdMeijer, efriedma.
Herald added a subscriber: tschuett.
Herald added a project: clang.
The svlen builtins return the number of elements in a vector
and are implemented using `llvm.vscale`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78755
Files:
clang/include/clang/Basic/arm_sve.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78755.259696.patch
Type: text/x-patch
Size: 5449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200423/7176597e/attachment.bin>
More information about the cfe-commits
mailing list