Skip to content

dialects: (llvm) Add a bunch of float methods #13537

dialects: (llvm) Add a bunch of float methods

dialects: (llvm) Add a bunch of float methods #13537

Triggered via pull request January 23, 2025 11:42
Status Failure
Total duration 1m 0s
Artifacts

ci-pyright-fails.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build (3.10): xdsl/dialects/llvm.py#L52
Import "opt_attr_def" is not accessed (reportUnusedImport)
build (3.10): xdsl/dialects/llvm.py#L1793
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)
2 errors
build (3.12)
The job was canceled because "_3_10" failed.
build (3.12): xdsl/dialects/llvm.py#L52
Import "opt_attr_def" is not accessed (reportUnusedImport)
build (3.12): xdsl/dialects/llvm.py#L1793
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)
2 errors
build (3.11)
The job was canceled because "_3_10" failed.
build (3.11)
The operation was canceled.
build (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636