[Mlir-commits] [mlir] [MLIR][Transform] Prefer entry points in current module (PR #151323)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Jul 31 07:55:12 PDT 2025
================
@@ -0,0 +1,24 @@
+// RUN: mlir-opt %s -transform-interpreter \
+// RUN: -split-input-file -verify-diagnostics | FileCheck %s
----------------
kuhar wrote:
```suggestion
// RUN: mlir-opt %s --transform-interpreter \
// RUN: --split-input-file --verify-diagnostics | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/151323
More information about the Mlir-commits
mailing list