[PATCH] D120121: [StableHashing] Hash vregs with multiple defs

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 18 09:19:12 PST 2022


foad added a comment.

In D120121#3332296 <https://reviews.llvm.org/D120121#3332296>, @kyulee wrote:

> Is there any specific use case or reason to enhance this collision?

See D120124 <https://reviews.llvm.org/D120124>: I want to use this as a quick hash for MachineFunctions (either before or after SSA, before or after regalloc) to detect which FunctionPasses modify them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120121



More information about the llvm-commits mailing list