forked from dart-lang/sdk
-
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.
[vm] Fix IntConverter canonicalization
If bits are reinterpreted or truncated, conversions must not be removed. TEST=vm/cc/IL_IntConverterCanonicalization Closes: dart-lang#53613 Change-Id: Iab6f1b0540caa782b4b09fef608817930583461d Cq-Include-Trybots: luci.dart.try:vm-linux-debug-ia32-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/327865 Reviewed-by: Slava Egorov <[email protected]> Commit-Queue: Daco Harkes <[email protected]>
- Loading branch information
Showing
2 changed files
with
40 additions
and
23 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