Hi,
I am trying to use Clang to generate C (partly, Intel AVX) code to test some abstractions. Apparently, most of the documentation is related to generating LLVM-IR. Are there any tools to do this? (I have generated AST from these abstractions. I want to generate C code from it).
My goal is AST->C. That’s it. I already have AST and I am not translating to LLVM-IR.
Thank you!