[PATCH] D118612: [NFC] Move FoldingSetNodeIDRef::ComputeHash and FoldingSetNodeID::ComputeHash definitions to header

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 05:26:36 PST 2022


serge-sans-paille accepted this revision.
serge-sans-paille added a comment.
This revision is now accepted and ready to land.

Not a big fan of moving `Hashing.h` to the header, but performance >> compilation time, so I'm fine with that patch (backed by the benchmark @nikic ran https://reviews.llvm.org/D118385#3281620)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118612



More information about the llvm-commits mailing list