mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 10:39:35 +08:00
67f25272f193c4263f0cc29ee1af764c161ffb97
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
…
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%