"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8630840c30a99e54414c0ee9b39928813301dcfc"
X86: replace SUB with CMP if possible
This patch will optimize the following movq %rdi, %rax subq %rsi, %rax cmovsq %rsi, %rdi movq %rdi, %rax to cmpq %rsi, %rdi cmovsq %rsi, %rdi movq %rdi, %rax Perform this optimization if the actual result of SUB is not used. rdar: 11540023 llvm-svn: 157755
Loading
Please register or sign in to comment