iree icon indicating copy to clipboard operation
iree copied to clipboard

Add support for serializing the textual representation of LLVM IR.

Open phoebesv opened this issue 9 months ago • 0 comments

This PR adds support for direct serialization of LLVM IR textual representation from the module, eliminating the need for developers to use the llvm-dis tool to convert bitcode into human-readable IR format. This enhancement simplifies debugging and optimization processes, providing developers with a more streamlined workflow.

phoebesv avatar Apr 26 '24 07:04 phoebesv