llvm-ir icon indicating copy to clipboard operation
llvm-ir copied to clipboard

Producing LLVM IR files

Open eckertliam opened this issue 1 year ago • 1 comments

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.

eckertliam avatar Sep 14 '23 18:09 eckertliam

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 Instructions, whose Display is already pretty close to valid LLVM .ll format.

cdisselkoen avatar Jan 26 '24 02:01 cdisselkoen