You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know if its possible to use mlir-translate programatically within rust?
What i want to know is how to convert MLIR, all already transformed to llvm dialect, to llvm ir for use within the llvm api, e.g to compile to assembly, without using any tool like mlir-translate.
Do you know if its possible to use mlir-translate programatically within rust?
What i want to know is how to convert MLIR, all already transformed to llvm dialect, to llvm ir for use within the llvm api, e.g to compile to assembly, without using any tool like mlir-translate.
https://mlir.llvm.org/docs/Tutorials/Toy/Ch-6/#emitting-llvm-ir
My guess is the c api doesnt have this method?
opened this llvm/llvm-project#73008
The text was updated successfully, but these errors were encountered: