diff options
author | Fangrui Song <i@maskray.me> | 2022-08-04 15:16:51 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-08-04 15:16:51 -0700 |
commit | 7d6017fd311280937726e565655fdd5a5c4d0e4d (patch) | |
tree | 2d55ec1f3a2b847c6966f93caed26ceddc88a97a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a1a71b7dc97b35133425a31ede90c40529f1be9e (diff) | |
download | llvm-7d6017fd311280937726e565655fdd5a5c4d0e4d.zip llvm-7d6017fd311280937726e565655fdd5a5c4d0e4d.tar.gz llvm-7d6017fd311280937726e565655fdd5a5c4d0e4d.tar.bz2 |
[TTI] Change new getVectorInstrCost overload to use const reference after D131114
A const reference is preferred over a non-null const pointer.
`Type *` is kept as is to match the other overload.
Reviewed By: davidxl
Differential Revision: https://reviews.llvm.org/D131197
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions