[all-commits] [llvm/llvm-project] 8f6cea: [RISCV] Use RISCV::RVVBitsPerBlock for RGK_Scalabl...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Aug 17 11:13:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f6cea43e7455ff223eb1eb8f52c386802a9605d
      https://github.com/llvm/llvm-project/commit/8f6cea43e7455ff223eb1eb8f52c386802a9605d
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-08-17 (Tue, 17 Aug 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h

  Log Message:
  -----------
  [RISCV] Use RISCV::RVVBitsPerBlock for RGK_ScalableVector in getRegisterBitWidth.

I might be wrong, but I think this is should be width of the known
min size we use for scalable vectors. It shouldn't scale with
minimum vlen.

Reviewed By: frasercrmck

Differential Revision: https://reviews.llvm.org/D107945




More information about the All-commits mailing list