"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "711e882c1bc0a59893e491f114e8917607242ea5"
Stop computing the number of uses twice per value in CodeGenPrepare's sinking of
addressing code. On 403.gcc this almost halves CodeGenPrepare time and reduces total llc time by 9.5%. Unfortunately, getNumUses() is still the hottest function in llc. llvm-svn: 126782
Loading
Please register or sign in to comment