[Mlir-commits] [mlir] [MLIR][Affine] Fix isTilingValid missing anti-dependence when lb == ub < 0 (PR #192858)
Uday Bondhugula
llvmlistbot at llvm.org
Sun May 3 07:23:34 PDT 2026
================
@@ -1,4 +1,5 @@
// RUN: mlir-opt %s -split-input-file -affine-loop-tile="tile-size=32" -verify-diagnostics | FileCheck %s
+// RUN: mlir-opt %s -split-input-file -affine-loop-tile="tile-sizes=16,16" | FileCheck %s --check-prefix=TILE16
----------------
bondhugula wrote:
You don't need a separate RUN line. Can you just use the existing one?
https://github.com/llvm/llvm-project/pull/192858
More information about the Mlir-commits
mailing list