mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 08:36:52 +00:00
49e40d4c4b
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 |
||
---|---|---|
.. | ||
2008-02-24-MultipleUseofSRet.ll | ||
2008-03-13-ReturnSlotBitcast.ll | ||
align.ll | ||
crash.ll | ||
dg.exp | ||
form-memset2.ll | ||
form-memset.ll | ||
loadstore-sret.ll | ||
memcpy-to-memset.ll | ||
memcpy.ll | ||
memmove.ll | ||
sret.ll |