"llvm/lib/System/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7a68cd094b2f1fc9027d63fab52d2a2cc207e10a"
TLI: Microoptimize calls to strlen+memcmp to strncmp.
The strlen+memcmp was hidden in a call to StringRef::operator==. We check if there are any null bytes in the string upfront so we can simplify the comparison Small speedup when compiling code with many function calls. llvm-svn: 176766
Loading
Please register or sign in to comment