"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b23158c3b711ba34bee79b9d6fb779dba865b815"
Use the RHS length instead of the LHS length. They are both the same,
but this ends up compiling code like this: int foo(const StringRef &R) { return R == "food"; } to use a constant sized memcmp instead of a variable memcmp. llvm-svn: 77160
Loading
Please register or sign in to comment