[LLVMdev] Is it necessary to implement the whole backend in order to add a new "pass" to the backend ?

sachin arora sachin345678 at gmail.com
Fri Sep 12 15:45:51 PDT 2014


Hello all,

I am new to llvm. I need to make some changes to the LR. The backend should
modify the LR, but only after all the normal work and all the optimizations
are done.
Just before outputting the native code, LR is modified. I was wondering if
I should implement the whole backend in order to achieve this or is it
possible to implement a new pass and use that. Thanks !

Regards,
Sachin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140912/3825c7a3/attachment.html>


More information about the llvm-dev mailing list