This revision was automatically updated to reflect the committed changes.
Closed by commit rGe4872d7f08a1: [SveEmitter] Add builtins for svlen (authored
by sdesmalen).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78755/new/
https://reviews.llvm.org
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78755/new/
https://reviews.llvm.org/D78755
___
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
htt