[llvm] [RISCV]Add support for resolving encoding conflicts among vendor specific CSRs (PR #96174)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 09:23:15 PDT 2024
================
@@ -510,7 +538,8 @@ void SearchableTableEmitter::emitGenericTable(const GenericTable &Table,
// Emit the declarations for the functions that will perform lookup.
if (Table.PrimaryKey) {
- emitLookupDeclaration(Table, *Table.PrimaryKey, OS);
+ auto &Index = Table.PrimaryKey;
----------------
topperc wrote:
Why is this change needed?
https://github.com/llvm/llvm-project/pull/96174
More information about the llvm-commits
mailing list