[PATCH] D137918: move expensive parts of Hashing.h into cpp file

Trass3r via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 13 15:24:11 PST 2022


Trass3r added inline comments.


================
Comment at: llvm/include/llvm/ADT/Hashing.h:51
 #include "llvm/Support/type_traits.h"
 #include <algorithm>
 #include <cassert>
----------------
It'd be good to get rid of this completely since it shows up at the top of the expensive includes list but there's a non-trivial usage left below.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137918/new/

https://reviews.llvm.org/D137918



More information about the llvm-commits mailing list