[llvm-dev] Need help on how to write MachineFunctionPass

Balasaheb Dabhade via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 27 11:59:36 PST 2016


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>


More information about the llvm-dev mailing list