We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bafd42 commit fc7728dCopy full SHA for fc7728d
mlir/test/python/dialects/irdl.py
@@ -43,5 +43,7 @@ def testIRDL():
43
}
44
"""
45
)
46
- # CHECK: "irdl_test.test_op"(%cst) : (f32) -> ()
+ # CHECK: module {
47
+ # CHECK: "irdl_test.test_op"(%cst) : (f32) -> ()
48
+ # CHECK: }
49
m.dump()
0 commit comments