[Mlir-commits] [mlir] [MLIR][XeVM] Update XeVM type converter (PR #189306)
Igor Zamyatin
llvmlistbot at llvm.org
Thu Apr 9 13:58:01 PDT 2026
================
@@ -1084,14 +1049,25 @@ struct ConvertXeGPUToXeVMPass
using Base::Base;
void runOnOperation() override {
- LLVMTypeConverter typeConverter(&getContext());
+ MLIRContext *context = &getContext();
+
+ // XeVM type converter is based on LLVM type converter with the
+ // following customizations.
+ // First, type conversion rules are added for xegpu custome types,
----------------
Garra1980 wrote:
nit: typo custome
https://github.com/llvm/llvm-project/pull/189306
More information about the Mlir-commits
mailing list