"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "106ededc4ed5a3f1cd899f13f3b7e7f1b200dd30"
-
Benjamin Kramer authored
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
ea9152e5
Loading