I tried searching through the stream here and didn't see any results. I want to deserialize the rendered/displayed IR into it's corresponding function. Is this possible?
Yeah, you can look into the cranelift-reader
crates that implements all the function parsing and some other bits. It should be able to parse any function that is printable. (see parse_functions
)
Last updated: Dec 23 2024 at 13:07 UTC