[Mlir-commits] [mlir] [mlir][Transforms] Dialect Conversion: Convert entry block only (PR #165180)
Quinn Dawkins
llvmlistbot at llvm.org
Sun Nov 2 17:07:35 PST 2025
================
@@ -0,0 +1,67 @@
+// RUN: mlir-opt -allow-unregistered-dialect -split-input-file -test-legalize-patterns="allow-pattern-rollback=0 build-materializations=0 attach-debug-materialization-kind=1" -verify-diagnostics %s | FileCheck %s --check-prefix=CHECK-KIND
----------------
qedawkins wrote:
Splitting up the legalization test looks unrelated, do we have to do it as a part of this change?
https://github.com/llvm/llvm-project/pull/165180
More information about the Mlir-commits
mailing list