Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[COMPILER REQUEST]: Please add "MLIR translate" tool to MLIR language #6420

Open
vasily-v-ryabov opened this issue May 1, 2024 · 0 comments
Labels
new-compilers request Request for something

Comments

@vasily-v-ryabov
Copy link

Compiler name

MLIR Translate

Compiler version

18.1.4

Compiler language

MLIR

Compiler homepage

https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.4

Motivation

Compiler Explorer has only MLIR opt tool which is old (16.0.0), but MLIR translate tool is necessary to translate MLIR to LLVM IR and sometimes back. The latest LLVM release is 18.1.4, so I'd suggest to add both MLIR opt (18.1.4) and MLIR translate (18.1.4) to the list of compilers.

P.S. MLIR opt cannot translate MLIR dialect "llvm" to LLVM IR (these entities are different, for example, "llvm" dialect doesn't have Phi nodes at all).

@vasily-v-ryabov vasily-v-ryabov added new-compilers request Request for something labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-compilers request Request for something
Projects
None yet
Development

No branches or pull requests

1 participant