The svlen builtins return the number of elements in a vector
and are implemented using llvm.vscale.
Details
Details
- Reviewers
SjoerdMeijer efriedma - Commits
- rGe4872d7f08a1: [SveEmitter] Add builtins for svlen
Diff Detail
Diff Detail
Paths
| Differential D78755
[SveEmitter] Add builtins for svlen ClosedPublic Authored by sdesmalen on Apr 23 2020, 1:47 PM.
Details
Summary The svlen builtins return the number of elements in a vector
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 27 2020, 11:18 AM Closed by commit rGe4872d7f08a1: [SveEmitter] Add builtins for svlen (authored by sdesmalen). · Explain WhyApr 27 2020, 1:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 259696 clang/include/clang/Basic/arm_sve.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c
|