mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
ArrayRef<uint8_t>::equals(); lowers to a byte compare loop :(. TODO: Figure out if we are getting hash collisions, or just have a lot of equal content. Also test if crypto hashing the content instead of full compare is better. llvm-svn: 177588