mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
9e0f015eb8
The previous conversion from LLVM to MLIR was translating plain LLVM IR to LLVM MLIR Dialect, as a preliminary step for further conversion from LLVM MLIR Dialect to Clift. This is not how things are expected to work anymore, so the old code is now dead and can be removed.