Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dart/vm] Check SSA def-use dominance only
Rationale: PushArguments violate some def-use dominance relations after inlining. Fixing this seems not worth the engineering effort. Rather we wait until we remove PushArguments altogether (the optimizing compiler has no need for them). #36899 Change-Id: I9265420ae8ec4981fe7170b9a1869dd56ae323cc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111880 Reviewed-by: Martin Kustermann <[email protected]> Commit-Queue: Aart Bik <[email protected]>
- Loading branch information