Is is possible to generate an (.ll) file from halide code ?
Only way I found to do that was through HL_DEBUG_CODEGEN=2
but that generates alot of architecture related code.
In other words, is there anyway to get llvm code for a specific image processing kernel and its scheduling?