4eb879133a
This reverts commit 0471d7e3a1.
Reason for revert: crashes are happening on the Nullable test
I will fix this in the follow-up CL that was
already pending
Original change's description:
> [vm/compiler] Restrict !(x>y) -> (x<=y) to integral x,y
>
> Rationale:
> Bug found with fuzz testing! For FP, behavior around
> NaN must be preserved.
>
> Bug: https://github.com/dart-lang/sdk/issues/34466
>
>
> Change-Id: Ia4ed831fc130e58318edb838bd46e30b93f62ff3
> Reviewed-on: https://dart-review.googlesource.com/75208
> Commit-Queue: Aart Bik <ajcbik@google.com>
> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
TBR=vegorov@google.com,alexmarkov@google.com,sjindel@google.com,asiva@google.com,ajcbik@google.com
Change-Id: Ie2e233a612cbe00478475d086eec87ff2b3d652b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: https://github.com/dart-lang/sdk/issues/34466
Reviewed-on: https://dart-review.googlesource.com/75383
Reviewed-by: Aart Bik <ajcbik@google.com>
Commit-Queue: Aart Bik <ajcbik@google.com>