[Mlir-commits] [mlir] [MLIR][Conversion] Add convert-xevm-to-llvm pass. (PR #147375)

Adam Siemieniuk llvmlistbot at llvm.org
Tue Jul 8 07:20:50 PDT 2025


adam-smnk wrote:

> Why is this not in the translation?

This is neither lowering to proper built-in LLVM intrinsic nor using any automatically generated conversions.
It's better to retain this staging ground between `xevm` and LLVM proper through lowering to MLIR LLVMIR first.

Conversion to llvm seems like suitable abstraction. Similarly to how `x86vector` or `amx` intrinsics are generated today through opaque LLVMIR function calls which are fully translated to LLVM later.

https://github.com/llvm/llvm-project/pull/147375


More information about the Mlir-commits mailing list