[llvm] [NFC][TableGen] Emit more readable builtin string table. (PR #105445)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 21:33:08 PDT 2024
================
@@ -637,15 +636,17 @@ void IntrinsicEmitter::EmitIntrinsicToBuiltinMap(
// Populate the string table with the names of all the builtins after
// removing this common prefix.
- StringToOffsetTable Table;
+ SequenceToOffsetTable<StringRef> Table;
----------------
arsenm wrote:
The implementation code isn't different enough to change, just go with the faster one?
https://github.com/llvm/llvm-project/pull/105445
More information about the llvm-commits
mailing list