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 70a2a34 commit 0bdb03fCopy full SHA for 0bdb03f
mlir/test/python/dialects/polynomial.py
@@ -20,5 +20,5 @@ def test_smoke():
20
value = Attribute.parse("#polynomial.float_polynomial<0.5 + 1.3e06 x**2>")
21
output = Type.parse("!polynomial.polynomial<ring=<coefficientType=f32>>")
22
res = polynomial.constant(output, value)
23
- # CHECK: polynomial.constant {value = #polynomial.float_polynomial<0.5 + 1.3E+6x**2>} : <ring = <coefficientType = f32>>
+ # CHECK: polynomial.constant float<0.5 + 1.3E+6x**2> : <ring = <coefficientType = f32>>
24
print(res)
0 commit comments