[Mlir-commits] [mlir] [mlir][xevm] Remove unnecessary attach target pass. (PR #184432)
Sang Ik Lee
llvmlistbot at llvm.org
Tue Mar 3 13:58:49 PST 2026
================
----------------
silee2 wrote:
If we are to attach target to a single place, isn't gpu.module a better choice than builtin.module?
I think changing this line to
```
pm.addNestedPass<gpu::ModuleOp>(createGpuXeVMAttachTarget(xevmTargetOptions));
```
should work.
https://github.com/llvm/llvm-project/pull/184432
More information about the Mlir-commits
mailing list