[llvm-dev] question about mem2reg

Linhai Song via llvm-dev llvm-dev at lists.llvm.org
Sat Oct 14 20:58:47 PDT 2017


Hello,


I just upgraded my llvm to 5.0.0. I applied mem2reg pass as follows:


opt -mem2reg m2rtttl.bc > m2rtttl.opt


But after that, I compared m2rtttl.bc and m2rtttl.opt. I noticed that there are no difference between m2rtttl.bc and m2rtttl.opt. Did I apply llvm in the correct way?


Thanks a lot for the help!


Best,


                           Linhai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171015/2856d5b8/attachment-0001.html>


More information about the llvm-dev mailing list