[all-commits] [llvm/llvm-project] 767ba5: [RISCV] Make getMinRVVVectorSizeInBits and getMaxR...
Philip Reames via All-commits
all-commits at lists.llvm.org
Sat Jun 25 11:11:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 767ba58f808de8099294bb95929bd8ee55b49da4
https://github.com/llvm/llvm-project/commit/767ba58f808de8099294bb95929bd8ee55b49da4
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-06-25 (Sat, 25 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVSubtarget.h
Log Message:
-----------
[RISCV] Make getMinRVVVectorSizeInBits and getMaxRVVVectorSizeInBits protected [nfc]
These are now only used in the implementation of getRealMinVLen and getRealMaxVLEn, and useRVVForFixedLengthVectors; make them protected to discourage new users.
More information about the All-commits
mailing list