[all-commits] [llvm/llvm-project] 7d7729: [RISCV] Remove unneeded code from TTI::isLegalMask...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Jan 31 13:08:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d7729bd2967916c81332537cbccadbee976793f
      https://github.com/llvm/llvm-project/commit/7d7729bd2967916c81332537cbccadbee976793f
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

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

  Log Message:
  -----------
  [RISCV] Remove unneeded code from TTI::isLegalMaskedLoadStore/isLegalMaskedGatherScatter.

We don't need to explicitly check ELEN. It's already handled by
isLegalElementTypeForRVV.

This is a leftover from before we had Zve32/64 extensions and used
a command line option for fixed vectors.




More information about the All-commits mailing list