[TTI] Consistently make getMinVectorRegisterBitWidth() methods const. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 15 Jul 2021 12:27:36 +0000 (13:27 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 15 Jul 2021 12:27:55 +0000 (13:27 +0100)
commit91e151476c75ebad640a62b469328e7184f45ef2
tree74cc8e1c94983a1b53d38947fb7fbfa21877a43f
parentdc7bdc1e7121693df112f2fdb11cc6b88580ba4b
[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
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h