-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect ordering of side-effects when an function inlining targ…
…et was part of a call target expression. Previously, the ExpressionDecomposer unconditionally extracted the arguments to a call expression in the hierarchy of the target expression. Now, they are only extracted if they are "in the way". PiperOrigin-RevId: 407450534
- Loading branch information
1 parent
fb3a9f6
commit 158b9d8
Showing
2 changed files
with
77 additions
and
6 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