[all-commits] [llvm/llvm-project] b166aa: [RISCV][NFC] Change interface of RVVIntrinsic::get...
Kito Cheng via All-commits
all-commits at lists.llvm.org
Tue May 24 02:24:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b166aa833e44a5af6d6f39c34b79fe21b443e424
https://github.com/llvm/llvm-project/commit/b166aa833e44a5af6d6f39c34b79fe21b443e424
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2022-05-24 (Tue, 24 May 2022)
Changed paths:
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
Log Message:
-----------
[RISCV][NFC] Change interface of RVVIntrinsic::getSuffixStr
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.
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D125893
More information about the All-commits
mailing list