| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM % comment
DCHECK(!input_node(0)->UnwrapIdentities()->MayBeHoleOrUndefinedNan());Aren't the `VerifyInputs` usually hard `CHECK`s and not just `DCHECK`s?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
DCHECK(!input_node(0)->UnwrapIdentities()->MayBeHoleOrUndefinedNan());Aren't the `VerifyInputs` usually hard `CHECK`s and not just `DCHECK`s?
You're right. Done.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/maglev/maglev-ir.cc
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
[maglev] Verify the precondition of the free Float64 to HoleyFloat64 widen
Bug: 545843233
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |