[llvm] [RISCV] Improve fixed vector handling in isCtpopFast. (PR #158380)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 12 16:56:22 PDT 2025


https://github.com/preames commented:

Do we really want to be considering scalarized vector operations fast at all?  What's the implication of just requiring zvbb for this?  The prior code really looks more likely an oversight than an intentional fallthrough.

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


More information about the llvm-commits mailing list