"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "06353b48b5df6eed9ece03c921dfe7c7575eeba1"
MemCpyOpt: Turn memcpys from a constant into a memset if possible.
This allows us to compile "int cst[] = {-1, -1, -1};" into movl $-1, 16(%rsp) movq $-1, 8(%rsp) instead of movl _cst+8(%rip), %eax movl %eax, 16(%rsp) movq _cst(%rip), %rax movq %rax, 8(%rsp) llvm-svn: 122548
Loading
Please register or sign in to comment