Skip to content

Commit de851b0

Browse files
committed
show failing case
1 parent 9d55e86 commit de851b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mlir/test/python/dialects/affine.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,8 @@ def simple_affine_if_else(cond_operands):
333333
affine.AffineYieldOp([x_false, y_false])
334334
add = arith.AddIOp(if_op.results[0], if_op.results[1])
335335
return
336+
337+
338+
@constructAndPrintInModule
339+
def test_double_AtomicRMWKindAttr_registration():
340+
from mlir.dialects import _affine_enum_gen

0 commit comments

Comments
 (0)