-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm][turboshaft] Int64Lowering: Support conversions from float to i64
- i64.reinterpret_f64 - i64.trunc_f32_s / i64.trunc_f32_u - i64.trunc_f64_s / i64.trunc_f64_u - i64.trunc_sat_f32_s / i64.trunc_sat_f32_u - i64.trunc_sat_f64_s / i64.trunc_sat_f64_u Bug: v8:14108 Change-Id: I3032d58322b544e58f037ca31e13e0c6795e5bdd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4684070 Reviewed-by: Manos Koukoutos <manoskouk@chromium.org> Reviewed-by: Darius Mercadier <dmercadier@chromium.org> Commit-Queue: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/main@{#89003}
- Loading branch information
Showing
4 changed files
with
309 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.