[clang] [Clang][RISCV] Remove duplicate functions isRVVSizelessBuiltinType. NFC (PR #67089)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 8 18:18:17 PST 2023


topperc wrote:

Can we reverse this patch? Keep isRVVSizelessBuiltinType and remove isRVVType. The implementation of isRVVSizelessBuiltinType is more efficient according to some profiling. At least on Release+Asserts build

https://github.com/llvm/llvm-project/pull/67089


More information about the cfe-commits mailing list