| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
return true;
case Kind::kI32x4AddPairwise:Nit: No need to repeat the `return true;` here.
```suggestion
case Kind::kI32x4AddPairwise:
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Nit: No need to repeat the `return true;` here.
```suggestion
case Kind::kI32x4AddPairwise:
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/compiler/turboshaft/operations.h
Insertions: 0, Deletions: 1.
The diff is too large to show. Please review the diff.
```
[compiler][arm64] Dot I8x8
When a wasm dot instruction is really operating on i8x8 data, attempt
to combine it into a single extmul and extadd_pairwise.
For AArch64, when the above is not possible, we break the dot into
two extmul and then, a newly added, I32x4AddPairwise op.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |