[PATCH] D99203: [RISCV] Add TTI support for cpop with Zbb

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 03:29:21 PDT 2021


frasercrmck added a comment.

Makes sense - nice. Should it test that we don't expect popcount  without zbb enabled?

Sanity check: `experimental-b` implies `experimental-zbb` and so will also generate the popcount, right?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99203/new/

https://reviews.llvm.org/D99203



More information about the llvm-commits mailing list