This is an archive of the discontinued LLVM Phabricator instance.

Use CachedHashStringRef instead of CachedHash<StringRef>.
ClosedPublic

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

Details

Summary

This uses one less word on 64-bit platforms, so should be a strict
improvement. This change also lets us get rid of llvm::CachedHash.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 74774.Oct 15 2016, 3:08 PM
jlebar retitled this revision from to Use CachedHashStringRef instead of CachedHash<StringRef>..
jlebar updated this object.
jlebar added reviewers: rafael, timshen.
jlebar added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.