Displaying 2 results from an estimated 2 matches for "402b01".
2013 Jan 04
3
[LLVMdev] instruction scheduling issue
...402aed: e8 2e e0 ff ff callq 400b20 <llvm_memory_profiling at plt>
402af2: 48 8d bc 1c c8 02 00 lea 0x2c8(%rsp,%rbx,1),%rdi
402af9: 00
/home/xl10/llvm/test//luleshOMP-0611.cc:1975
402afa: f2 0f 10 84 1c 08 02 movsd 0x208(%rsp,%rbx,1),%xmm0
402b01: 00 00
Could anyone point me how to solve this problem by modifying the instruction scheduling module in LLVM to make sure the function call instruction and the
memory access instruction next to each other? Thank you very much.
Best regards,
Xu Liu
-------------- next part ----------...
2013 Jan 07
0
[LLVMdev] instruction scheduling issue
...d: e8 2e e0 ff ff callq 400b20
<llvm_memory_profiling at plt>
402af2: 48 8d bc 1c c8 02 00 lea 0x2c8(%rsp,%rbx,1),%rdi
402af9: 00
/home/xl10/llvm/test//luleshOMP-0611.cc:1975
402afa: f2 0f 10 84 1c 08 02 movsd 0x208(%rsp,%rbx,1),%xmm0
402b01: 00 00
Could anyone point me how to solve this problem by modifying the instruction
scheduling module in LLVM to make sure the function call instruction and the
memory access instruction next to each other? Thank you very much.
Best regards,
Xu Liu
-------------- ne...