Balasaheb Dabhade via llvm-dev
2016-Feb-27 19:57 UTC
[llvm-dev] Need help on how to write MachineFunctionPass
Deer All, I wanted to write MachineFunctionPass which needs to be run after global register allocation pass. I have read LLVM documentation and blogs and able to write simple pass which will is invoked through opt command line. However, I could able to find any blogs or document to explains clear steps for writing MachineFunctionPass. Please suggest some documents or blogs which will help me write MachineFunctionPass. Any help is going to be appreciated. Thanks, Bala -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160228/c4b54769/attachment.html>
Balasaheb Dabhade via llvm-dev
2016-Feb-27 19:59 UTC
[llvm-dev] Need help on how to write MachineFunctionPass
sorry for typo, Dear All, I wanted to write MachineFunctionPass which needs to be run after global register allocation pass. I have read LLVM documentation and blogs and able to write simple pass which is invoked through opt commands. However, I could able to find any blogs or document to explains clear steps for writing MachineFunctionPass. Please suggest some documents or blogs which will help me write MachineFunctionPass. Any help is going to be appreciated. Thanks, Bala On Sun, Feb 28, 2016 at 1:27 AM, Balasaheb Dabhade < dabhadebalasaheb at gmail.com> wrote:> Deer All, > > I wanted to write MachineFunctionPass which needs to be run after global > register allocation pass. > I have read LLVM documentation and blogs and able to write simple pass > which will is invoked through opt command line. > > However, I could able to find any blogs or document to explains clear > steps for writing MachineFunctionPass. > > Please suggest some documents or blogs which will help me write > MachineFunctionPass. > > Any help is going to be appreciated. > > Thanks, > Bala >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160228/7f0c538d/attachment.html>