Hi,
I am trying out the llvm feature and I see that I can llvm_run() my peephole program but there is no API to set the input and output like with the Interpretable programs. Am I missing something or is that just not supported yet?
Thanks for the great work!
Hi, I am trying out the llvm feature and I see that I can
llvm_run()
mypeephole
program but there is no API to set the input and output like with theInterpretable
programs. Am I missing something or is that just not supported yet? Thanks for the great work!