dialects: (llvm) Add a bunch of float methods #13533
Annotations
16 errors and 2 warnings
build (3.12):
xdsl/dialects/llvm.py#L1738
Type of "T" is partially unknown
Type of "T" is "VarConstraint[Unknown]" (reportUnknownVariableType)
|
build (3.12):
xdsl/dialects/llvm.py#L1738
Argument type is partially unknown
Argument corresponds to parameter "constraint" in function "__init__"
Argument type is "BaseAttr[Unknown]" (reportUnknownArgumentType)
|
build (3.12):
xdsl/dialects/llvm.py#L1738
Argument of type "AnyFloat" cannot be assigned to parameter "attr" of type "type[AttributeCovT@BaseAttr]" in function "__init__"
Type "UnionType" is not assignable to type "type[AttributeCovT@BaseAttr]" (reportArgumentType)
|
build (3.12):
xdsl/dialects/llvm.py#L1740
Argument type is partially unknown
Argument corresponds to parameter "constraint" in function "operand_def"
Argument type is "VarConstraint[Unknown]" (reportUnknownArgumentType)
|
build (3.12):
xdsl/dialects/llvm.py#L1741
Argument type is partially unknown
Argument corresponds to parameter "constraint" in function "operand_def"
Argument type is "VarConstraint[Unknown]" (reportUnknownArgumentType)
|
build (3.12):
xdsl/dialects/llvm.py#L1742
Argument type is partially unknown
Argument corresponds to parameter "constraint" in function "result_def"
Argument type is "VarConstraint[Unknown]" (reportUnknownArgumentType)
|
build (3.12)
6 errors
|
build (3.11):
xdsl/dialects/llvm.py#L1738
Type of "T" is partially unknown
Type of "T" is "VarConstraint[Unknown]" (reportUnknownVariableType)
|
build (3.11):
xdsl/dialects/llvm.py#L1738
Argument type is partially unknown
Argument corresponds to parameter "constraint" in function "__init__"
Argument type is "BaseAttr[Unknown]" (reportUnknownArgumentType)
|
build (3.11):
xdsl/dialects/llvm.py#L1738
Argument of type "AnyFloat" cannot be assigned to parameter "attr" of type "type[AttributeCovT@BaseAttr]" in function "__init__"
Type "UnionType" is not assignable to type "type[AttributeCovT@BaseAttr]" (reportArgumentType)
|
build (3.11):
xdsl/dialects/llvm.py#L1740
Argument type is partially unknown
Argument corresponds to parameter "constraint" in function "operand_def"
Argument type is "VarConstraint[Unknown]" (reportUnknownArgumentType)
|
build (3.11):
xdsl/dialects/llvm.py#L1741
Argument type is partially unknown
Argument corresponds to parameter "constraint" in function "operand_def"
Argument type is "VarConstraint[Unknown]" (reportUnknownArgumentType)
|
build (3.11):
xdsl/dialects/llvm.py#L1742
Argument type is partially unknown
Argument corresponds to parameter "constraint" in function "result_def"
Argument type is "VarConstraint[Unknown]" (reportUnknownArgumentType)
|
build (3.11)
6 errors
|
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
|
build (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|