I am searching about " how to convert llvm IR into vector representation to be used as input for a deep learning model, I found some codes in which the IR converted by llvm pass ( code has been written in c++) , I want a method to be done by python code.
I have tried to use llvmlite but there were many issues..