[all-commits] [llvm/llvm-project] 65de98: CostModel/RISCV: tweak test for ctpop, with/withou...

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Wed Sep 27 04:17:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65de98f4deecbebca59d291b4d4cc26bd884845a
      https://github.com/llvm/llvm-project/commit/65de98f4deecbebca59d291b4d4cc26bd884845a
  Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M llvm/test/Analysis/CostModel/RISCV/int-bit-manip.ll

  Log Message:
  -----------
  CostModel/RISCV: tweak test for ctpop, with/without ZVBB (#67013)

Vector ctpop only exists under ZVBB, but ZVBB is unaccounted for in the
cost-model of ctpop. Document this defect with an additional RUN line in
the test for ctpop, showing identical costs with/without ZVBB. A
follow-up patch could fix this defect.




More information about the All-commits mailing list