[all-commits] [llvm/llvm-project] 84b907: [RISCV] Remove Name and OverloadedName from RVVInt...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Dec 9 11:32:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84b907d217776efcfca5c7d2cce7b279f09265a6
https://github.com/llvm/llvm-project/commit/84b907d217776efcfca5c7d2cce7b279f09265a6
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M clang/lib/Sema/SemaRISCVVectorLookup.cpp
Log Message:
-----------
[RISCV] Remove Name and OverloadedName from RVVIntrinsicDef. NFC (#74907)
These names are never used so just waste a lot of memory. If do need
them ever, it would be better to store pointers to the StringMapEntry
objects that store the same strings.
More information about the All-commits
mailing list