mlir-rs/melior

`melior::pass::PassManager::{from_raw, to_raw}` don't exist

Closed this issue · 0 comments

I'm not sure whether there's a good reason these don't exist, I can't think of one. I need to_raw in order to add instrumentation to my pass, for now I'm passing the OpPassManager to C++ and static casting, which is unsafe.