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.
Differential D125893
[RISCV][NFC] Change interface of RVVIntrinsic::getSuffixStr kito-cheng on May 18 2022, 8:21 AM. Authored by
Details This NFC patch is splited from D111617. Using llvm::ArrayRef rather than llvm::SmallVector, ArrayRef is more generic
Diff Detail
Unit Tests
Event Timeline
|
Drop the const and the reference