[all-commits] [llvm/llvm-project] 22b0f7: [Transforms] Include llvm/ADT/SmallSet.h (NFC)

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


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

  Changed paths:
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp

  Log Message:
  -----------
  [Transforms] Include llvm/ADT/SmallSet.h (NFC)

This patch adds #include "llvm/ADT/SmallSet.h" to a couple of files
that are relying on transitive includes of SmallSet.h.  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