[PATCH] D94428: [SVE][CodeGen] CTLZ, CTTZ & CTPOP operations (predicates)
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 01:15:48 PST 2021
david-arm accepted this revision.
david-arm added a comment.
This revision is now accepted and ready to land.
LGTM! The canonicalisation looks sensible to me.
================
Comment at: llvm/test/CodeGen/AArch64/sve-bit-counting-pred.ll:9
+;
+; CNT
+;
----------------
nit: Perhaps worth changing this comment to CTPOP to match the intrinsic name, similar to the CTLZ and CTTZ comments below?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94428/new/
https://reviews.llvm.org/D94428
More information about the llvm-commits
mailing list