How to implement code optimization using LLVM of c++ code in python code?

92 Views Asked by At

I want to implement code optimization for c++ code, I am implementing an API using python which receives optimized code and does some transformation to be input for a deep learning model. My question: How to implement code optimization using LLVM of c++ code in python code? Is llvmLite able to implement this?

0

There are 0 best solutions below