"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1c8358c13c100dceea7681425eeaf20a9194aced"
Turn X-(X-Y) into Y. According to my auto-simplifier this is the most common
simplification present in fully optimized code (I think instcombine fails to transform some of these when "X-Y" has more than one use). Fires here and there all over the test-suite, for example it eliminates 8 subtractions in the final IR for 445.gobmk, 2 subs in 447.dealII, 2 in paq8p etc. llvm-svn: 123442
Loading
Please register or sign in to comment