[all-commits] [llvm/llvm-project] f08b17: [TableGen] Use MachineValueTypeSet in place of Sma...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Apr 18 13:38:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f08b171b18744a2e75f13e7d4860a51eebd4d5e8
      https://github.com/llvm/llvm-project/commit/f08b171b18744a2e75f13e7d4860a51eebd4d5e8
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-04-18 (Sun, 18 Apr 2021)

  Changed paths:
    M llvm/utils/TableGen/CodeGenDAGPatterns.cpp

  Log Message:
  -----------
  [TableGen] Use MachineValueTypeSet in place of SmallSet.

MachineValueTypeSet is effectively a std::bitset<256>. This allows
us quickly insert into the set and check if a type is in the set.




More information about the All-commits mailing list