backend: (x86) fix assembly when the offset of a memory access is 0 #13889
Annotations
10 errors
Pyright:
xdsl/dialects/x86/ops.py#L607
Argument of type "Attribute | None" cannot be assigned to parameter "value" of type "Attribute" in function "__setitem__"
Type "Attribute | None" is not assignable to type "Attribute"
"None" is not assignable to "Attribute" (reportArgumentType)
|
Pyright:
xdsl/dialects/x86/ops.py#L892
Argument of type "Attribute | None" cannot be assigned to parameter "value" of type "Attribute" in function "__setitem__"
Type "Attribute | None" is not assignable to type "Attribute"
"None" is not assignable to "Attribute" (reportArgumentType)
|
Pyright:
xdsl/dialects/x86/ops.py#L1016
Argument of type "Attribute | None" cannot be assigned to parameter "value" of type "Attribute" in function "__setitem__"
Type "Attribute | None" is not assignable to type "Attribute"
"None" is not assignable to "Attribute" (reportArgumentType)
|
Pyright:
xdsl/dialects/x86/ops.py#L1215
Argument of type "Attribute | None" cannot be assigned to parameter "value" of type "Attribute" in function "__setitem__"
Type "Attribute | None" is not assignable to type "Attribute"
"None" is not assignable to "Attribute" (reportArgumentType)
|
Pyright:
xdsl/dialects/x86/ops.py#L1283
Argument of type "Attribute | None" cannot be assigned to parameter "value" of type "Attribute" in function "__setitem__"
Type "Attribute | None" is not assignable to type "Attribute"
"None" is not assignable to "Attribute" (reportArgumentType)
|
Pyright:
xdsl/dialects/x86/ops.py#L1391
Argument of type "Attribute | None" cannot be assigned to parameter "value" of type "Attribute" in function "__setitem__"
Type "Attribute | None" is not assignable to type "Attribute"
"None" is not assignable to "Attribute" (reportArgumentType)
|
Pyright:
xdsl/dialects/x86/ops.py#L1498
Argument of type "Attribute | None" cannot be assigned to parameter "value" of type "Attribute" in function "__setitem__"
Type "Attribute | None" is not assignable to type "Attribute"
"None" is not assignable to "Attribute" (reportArgumentType)
|
Pyright:
tests/dialects/test_x86.py#L15
Type of "unallocated" is unknown (reportUnknownVariableType)
|
Pyright:
tests/dialects/test_x86.py#L15
Type of "AVXRegisterType" is unknown (reportUnknownMemberType)
|
Pyright:
tests/dialects/test_x86.py#L15
"AVXRegisterType" is not a known attribute of module ".register" (reportAttributeAccessIssue)
|
Loading