mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
68400d9b30
- Add PrepareLLVMIRForMLIR Pass. This Pass performs massaging of the LLVM IR produced by revng so it can be parsed/accepted for the LLVM MLIR Dialect. - Introduce new pipeline branch: llvmir-to-mlir.yml. - Add LLVMIRToMLIR step. - Add ImportLLVMToMLIRPipe pipe.
3 lines
50 B
CMake
3 lines
50 B
CMake
add_subdirectory(Dialect)
|
|
add_subdirectory(Pipes)
|