<div dir="ltr">    We are able to optimize stack memory multi-load/store and constant global variable multi-load with O3 optimization, but we cannot optimize ordinary global variable multi-load/store. mem2reg and gvn optimizations are already included in O3 option.<div>

    Is there anything we missed?</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div><div>--</div><div><br></div><div>Bin LI,</div><div>State Key Laboratory of Computer Architecture,</div><div>

Institute of Computing Technology of Chinese Academy of Sciences,</div><div>Address: NO.6 Kexueyuan South Road, Haidian District, Beijing, China</div><div>email: <a href="mailto:richardustc@gmail.com" target="_blank">richardustc@gmail.com</a></div>

</div></div>
<br><br><div class="gmail_quote">2013/8/13 Criswell, John T <span dir="ltr"><<a href="mailto:criswell@illinois.edu" target="_blank">criswell@illinois.edu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div dir="auto">
<div>Depending on the situation, you either want to use mem2reg or GVN.<br>
<br>
Sent from my iPhone</div><div><div class="h5">
<div><br>
On Aug 13, 2013, at 1:02 AM, "Li Bin" <<a href="mailto:richardustc@gmail.com" target="_blank">richardustc@gmail.com</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div dir="ltr">Hi,
<div>    We are writing a binary translator with LLVM. There are a lot of duplicated load/store IR instruction generated by our binary translator. </div>
<div>    Is there any kind of optimization pass which can eliminate those duplicated load/store instruction? We know that this kind of optimization can be harmful under some circumstances such as multi-threading, but it's safe in our model.</div>


<div>
<div>
<div dir="ltr">
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Bin LI,</div>
<div>State Key Laboratory of Computer Architecture,</div>
<div>Institute of Computing Technology of Chinese Academy of Sciences,</div>
<div>Address: NO.6 Kexueyuan South Road, Haidian District, Beijing, China</div>
<div>email: <a href="mailto:richardustc@gmail.com" target="_blank">richardustc@gmail.com</a></div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div></div><blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>LLVM Developers mailing list</span><br>
<span><a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a></span><br>
<span><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a></span><br>
</div>
</blockquote>
</div>

</blockquote></div><br></div></div>