This revision was automatically updated to reflect the committed changes.
Closed by commit rG68b49f7ef49e: [ARM,MVE] Add intrinsics vclzq and vclsq.
(authored by simon_tatham).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74335/new/
https://reviews
miyuki accepted this revision.
miyuki 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/D74335/new/
https://reviews.llvm.org/D74335
___
simon_tatham updated this revision to Diff 243792.
simon_tatham added a comment.
Spotted a mistake by myself: I had accidentally implemented the `vclsq`
intrinsics for unsigned integer types as well as signed. ACLE only defines them
for signed integers.
Also rebased to current master.
Reposit
simon_tatham created this revision.
simon_tatham added reviewers: dmgreen, miyuki, MarkMurrayARM, ostannard.
Herald added subscribers: llvm-commits, cfe-commits, hiraditya, kristof.beyls.
Herald added projects: clang, LLVM.
vclzq maps nicely to the existing target-independent @llvm.ctlz IR
intrins