This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Move CachedHashString to its own header in ADT, and rename to CachedHashStringRef.
ClosedPublic

Authored by jlebar on Oct 15 2016, 3:07 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 74772.Oct 15 2016, 3:07 PM
jlebar retitled this revision from to [ADT] Move CachedHashString to a own header in ADT, and rename to CachedHashStringRef..
jlebar updated this object.
jlebar added a reviewer: timshen.
jlebar added a subscriber: llvm-commits.
jlebar retitled this revision from [ADT] Move CachedHashString to a own header in ADT, and rename to CachedHashStringRef. to [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHashStringRef..Oct 15 2016, 4:06 PM
jlebar updated this revision to Diff 74918.Oct 17 2016, 3:14 PM

Remove check of hash values in equality function, per Rafael's comment.

jlebar accepted this revision.Oct 17 2016, 3:17 PM
jlebar added a reviewer: jlebar.

This has Rafael's LG on the mailing list.

This revision is now accepted and ready to land.Oct 17 2016, 3:17 PM
This revision was automatically updated to reflect the committed changes.