This NFC patch is splited from D111617.
Using llvm::ArrayRef rather than llvm::SmallVector, ArrayRef is more generic
interface that could accept both llvm::ArrayRef and llvm::SmallVector.
Paths
| Differential D125893
[RISCV][NFC] Change interface of RVVIntrinsic::getSuffixStr ClosedPublic Authored by kito-cheng on May 18 2022, 8:21 AM.
Details Summary This NFC patch is splited from D111617. Using llvm::ArrayRef rather than llvm::SmallVector, ArrayRef is more generic
Diff Detail
Event Timelinecraig.topper added inline comments.
This revision is now accepted and ready to land.May 20 2022, 7:02 AM This revision was landed with ongoing or failed builds.May 24 2022, 2:24 AM Closed by commit rGb166aa833e44: [RISCV][NFC] Change interface of RVVIntrinsic::getSuffixStr (authored by kito-cheng). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 430390 clang/include/clang/Support/RISCVVIntrinsicUtils.h
clang/lib/Support/RISCVVIntrinsicUtils.cpp
|
Drop the const and the reference