llvm-ir
llvm-ir copied to clipboard
Producing LLVM IR files
I noticed your note about being open to contributions for .ll file generation. I'm interested in working on this feature - it would enable some useful capabilities. If you're still open to it being added, I'd be glad to contribute.
Sorry for the very late response. I'd be open to this being added. It probably would make sense to use the Display
trait on all our various types -- for instance, we're already a lot of the way there for Instruction
s, whose Display
is already pretty close to valid LLVM .ll
format.