2 Commits

Author SHA1 Message Date
Kyungwoo Lee
d9d977f6e4
Fix assert for [CGData] Outlined Hash Tree #89792 (#98383) 2024-07-11 14:03:47 +09:00
Kyungwoo Lee
d00f1c14dc
[CGData] Outlined Hash Tree (#89792)
This defines the OutlinedHashTree class.
It contains sequences of stable hash values of instructions that have
been outlined. This OutlinedHashTree can be used to track the outlined
instruction sequences across modules. A trie structure is used in its
implementation, allowing for a compact sharing of common prefixes.

This is a patch for
https://discourse.llvm.org/t/rfc-enhanced-machine-outliner-part-2-thinlto-nolto/78753.
2024-07-07 09:15:54 +09:00