Displaying 3 results from an estimated 3 matches for "richardustc".
Did you mean:
richardsc
2013 Aug 13
2
[LLVMdev] How to eliminate duplicated load/store IR in LLVM?
...on
can be harmful under some circumstances such as multi-threading, but it's
safe in our model.
Bin LI,
State Key Laboratory of Computer Architecture,
Institute of Computing Technology of Chinese Academy of Sciences,
Address: NO.6 Kexueyuan South Road, Haidian District, Beijing, China
email: richardustc at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130813/1741c11e/attachment.html>
2013 Aug 13
0
[LLVMdev] How to eliminate duplicated load/store IR in LLVM?
Depending on the situation, you either want to use mem2reg or GVN.
Sent from my iPhone
On Aug 13, 2013, at 1:02 AM, "Li Bin" <richardustc at gmail.com<mailto:richardustc at gmail.com>> wrote:
Hi,
We are writing a binary translator with LLVM. There are a lot of duplicated load/store IR instruction generated by our binary translator.
Is there any kind of optimization pass which can eliminate those duplicated load/stor...
2013 Jun 21
0
[LLVMdev] is this a bug of llvm::JIT::getPointerToBasicBlock?
...from
'getPointerToFunction', the map is empty. So, you will never get the
pointer of the BasicBlock.
Is this a bug? Or I should not call the function this way?
Bin LI,
State Key Laboratory of Computer Architecture,
Institute of Computing Technology of Chinese Academy of Sciences,
email: richardustc at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130621/bc6ab869/attachment.html>