Displaying 2 results from an estimated 2 matches for "e7f585aa".
2013 Feb 07
0
[LLVMdev] adding a codegen pass into llvm
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130207/e7f585aa/attachment.html>
2013 Feb 07
2
[LLVMdev] adding a codegen pass into llvm
Dear All
in this - quite old - message
http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-January/037496.html
I followed all the steps except the last one, as I don't think my pass depends on anything else, and I didn't fully understand it.
And I tried to rebuild the llvm to make it take my pass into account. I placed my pass in the llvm/lib/CodeGen folder.
But - as I predicted - it