-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vm/compiler] Make flow graph construction independent of --target_un…
…known_cpu Move optimized handling of Double.truncateToDouble, floorToDouble, ceilToDouble, floor and ceil from flow graph construction to the canonicalization pass. This is needed in order to maintain stable flow graphs between app-jit snapshot training (which is performed with --target_unknown_cpu) and running from app-jit snapshot without --target_unknown_cpu. TEST=ci (vm-appjit-*) Fixes #56018 Change-Id: I7e3e4ce917984f52db239506ea3de0c55af00567 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372140 Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
- Loading branch information
1 parent
d430e7a
commit 7bd8b31
Showing
5 changed files
with
71 additions
and
42 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
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