[all-commits] [llvm/llvm-project] 91e151: [TTI] Consistently make getMinVectorRegisterBitWid...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jul 15 05:30:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91e151476c75ebad640a62b469328e7184f45ef2
https://github.com/llvm/llvm-project/commit/91e151476c75ebad640a62b469328e7184f45ef2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
Log Message:
-----------
[TTI] Consistently make getMinVectorRegisterBitWidth() methods const. NFCI.
The underlying getMinVectorRegisterBitWidth() methods are const, but it was missed in a couple of TargetTransformInfo wrappers.
Noticed while working on D103925
More information about the All-commits
mailing list