[all-commits] [llvm/llvm-project] a44ee8: [TableGen] Use heterogenous lookups with std::map ...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Nov 10 07:24:48 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a44ee8ec1c87be76e147d97f3be90a7e8630421b
      https://github.com/llvm/llvm-project/commit/a44ee8ec1c87be76e147d97f3be90a7e8630421b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-11-10 (Sun, 10 Nov 2024)

  Changed paths:
    M clang/utils/TableGen/NeonEmitter.cpp

  Log Message:
  -----------
  [TableGen] Use heterogenous lookups with std::map (NFC) (#115633)

Heterogenous lookups allow us to call find with StringRef, avoiding a
temporary heap allocation of std::string.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list