[llvm] [AArch64][CostModel] Fix stale costs for "ctpop" Intrinsic (PR #191769)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 01:18:44 PDT 2026
================
@@ -0,0 +1,44 @@
+; RUN: opt < %s -passes='print<cost-model>' -disable-output 2>&1 | FileCheck %s --check-prefix=NEON
----------------
davemgreen wrote:
This looks unrelated? (And should probably be tested elsewhere)
https://github.com/llvm/llvm-project/pull/191769
More information about the llvm-commits
mailing list