[Mlir-commits] [mlir] [MLIR] Split ExecutionEngine Initialization out of ctor into an explicit method call (PR #153524)

Christian Sigg llvmlistbot at llvm.org
Fri Aug 15 01:20:13 PDT 2025


================
@@ -193,10 +193,19 @@ llvm.func @foo() {
 // mlir-translate --mlir-to-llvmir:
 @binary_bin_cst = internal constant [6 x i8] c"AMDGPU", align 8
 @binary_func_kernel_name = private unnamed_addr constant [7 x i8] c"func\00", align 1
+ at binary_@module = internal global ptr null
----------------
chsigg wrote:

I think this should be `@binary_module`.

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


More information about the Mlir-commits mailing list