Commit Graph

2 Commits

Author SHA1 Message Date
Ben Barham
de79a71b98 [rebranch] Delegate to DenseMapInfo<APInt> where possible
`WidthPreservingAPIntDenseMapInfo` uses the same `getHashValue` and
`isEqual` as the normal `DenseMapInfo` but with different empty and
tombstone keys. `hash_value` is no longer a complete type, so just
delegate to `DenseMapInfo<APInt>` rather than add another `#include`.
2021-11-13 17:04:29 +10:00
John McCall
4d2b513da6 [NFC] Extract common code for keying off of APInts 2018-10-31 05:18:19 -04:00