dialects: (llvm) Add a bunch of float methods #13548
Annotations
3 errors
|
Pyright:
xdsl/dialects/llvm.py#L1796
Argument of type "Attribute | None" cannot be assigned to parameter "fast_math" of type "FastMathAttr | FastMathFlag | None" in function "__init__"
Type "Attribute | None" is not assignable to type "FastMathAttr | FastMathFlag | None"
Type "Attribute" is not assignable to type "FastMathAttr | FastMathFlag | None"
"Attribute" is not assignable to "FastMathAttr"
"Attribute" is not assignable to "FastMathFlag"
"Attribute" is not assignable to "None" (reportArgumentType)
|
Pyright
1 error
|
Loading