[llvm] [AArch64] Replace uaddlv with addv for popcount operation (PR #121934)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 05:57:29 PST 2025
================
@@ -243,6 +254,30 @@ define void @ctpop_i64() {
}
+define i64 @popcnt(i64 %a, ptr %p) {
----------------
davemgreen wrote:
The new test is nicer than one that goes through globals, if you wanted to remove the old one :)
https://github.com/llvm/llvm-project/pull/121934
More information about the llvm-commits
mailing list