[llvm] [AArch664] Replace uaddlv with addv for popcount operation (PR #121934)

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 05:08:34 PST 2025


================
@@ -243,6 +254,30 @@ define void @ctpop_i64() {
 }
 
 
+define i64 @popcnt(i64 %a, ptr %p) {
----------------
c-rhodes wrote:

this seems equivalent to `@ctpop_i64` above, is that not sufficient? 

https://github.com/llvm/llvm-project/pull/121934


More information about the llvm-commits mailing list