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