[all-commits] [llvm/llvm-project] a5e579: [TableGen] Remove local SmallSet from TypeSetByHwM...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Apr 17 10:49:35 PDT 2021


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

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

  Log Message:
  -----------
  [TableGen] Remove local SmallSet from TypeSetByHwMode::insert.

This keeps track of which modes are in VVT so we can find out
if a mode is missing later. But we can just ask VVT whether it
has a particular mode.




More information about the All-commits mailing list