[all-commits] [llvm/llvm-project] 2ca3b6: [TableGen] Include <set> (NFC)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Nov 11 12:14:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ca3b6f6b7fb403be624cc02ed744bd3465e1ed8
      https://github.com/llvm/llvm-project/commit/2ca3b6f6b7fb403be624cc02ed744bd3465e1ed8
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-11-11 (Sat, 11 Nov 2023)

  Changed paths:
    M llvm/utils/TableGen/CallingConvEmitter.cpp
    M llvm/utils/TableGen/FastISelEmitter.cpp
    M llvm/utils/TableGen/X86FoldTablesEmitter.cpp

  Log Message:
  -----------
  [TableGen] Include <set> (NFC)

This patch adds "#include <set>" to several files that are relying on
transitive includes of <set>.  It in turn unblocks the removal of
unnecessary includes of llvm/ADT/SmallSet.h in several other files.




More information about the All-commits mailing list