dialects: (llvm) Add a bunch of float methods #13547
Annotations
7 errors and 1 warning
build (3.11):
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)
|
build (3.11)
1 error
|
build (3.10)
The job was canceled because "_3_11" failed.
|
build (3.10):
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)
|
build (3.10)
1 error
|
build (3.12)
The job was canceled because "_3_11" failed.
|
build (3.12)
The operation was canceled.
|
build (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|