"lld/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bf60342d47ee4fc6e4b9ea2159dc8523a9344657"
Make comparisons against the null pointer as efficient as integer comparisons
against zero. In particular, don't emit: mov %ESI, 0 cmp %ECX, %ESI instead, emit: test %ECX, %ECX llvm-svn: 13407
Loading
Please register or sign in to comment