iree
iree copied to clipboard
Add support for serializing the textual representation of LLVM IR.
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.