[Mlir-commits] [mlir] [mlir][amdgpu] Add Inliner interface (PR #162873)

Jakub Kuderski llvmlistbot at llvm.org
Fri Oct 10 11:07:49 PDT 2025


================
@@ -40,6 +41,15 @@ using namespace mlir::amdgpu;
 
 #include "mlir/Dialect/AMDGPU/IR/AMDGPUDialect.cpp.inc"
 
+namespace {
+struct AMDGPUInlinerInterface : public DialectInlinerInterface {
----------------
kuhar wrote:

```suggestion
struct AMDGPUInlinerInterface final : DialectInlinerInterface {
```

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


More information about the Mlir-commits mailing list