[all-commits] [llvm/llvm-project] 17c31f: [TableGen] Replace a StringMap keyed by Record nam...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Feb 27 22:55:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 17c31fba5bcdf0ee1899a7d1ae751549e4521a1b
      https://github.com/llvm/llvm-project/commit/17c31fba5bcdf0ee1899a7d1ae751549e4521a1b
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
    M llvm/utils/TableGen/CodeGenHwModes.cpp
    M llvm/utils/TableGen/CodeGenHwModes.h

  Log Message:
  -----------
  [TableGen] Replace a StringMap keyed by Record name with a DenseMap.

We can use the Record* to uniquely identify the Record without using
its name.




More information about the All-commits mailing list