[Mlir-commits] [mlir] [mlir] Fix support for loop normalization with integer indices (PR #76566)
Ivan Butygin
llvmlistbot at llvm.org
Sat Dec 30 10:14:40 PST 2023
================
@@ -270,3 +270,32 @@ module attributes {transform.with_named_sequence} {
transform.yield
}
}
+
+// -----
+
+// CHECK-LABEL: func @coalesce_i32_loops(
+
+func.func @coalesce_i32_loops() {
----------------
Hardcode84 wrote:
Please, add comment to the test what is actually being tested (i.e. coalese failure with non-index types).
https://github.com/llvm/llvm-project/pull/76566
More information about the Mlir-commits
mailing list