dialects: (llvm) Add a bunch of float methods #13547
Annotations
2 errors and 1 warning
Pyright:
xdsl/dialects/llvm.py#L1798
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading