-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Centralize the folding logic for ConditionalSelect and ensure side ef…
…fects aren't dropped (#104175) * Centralize the folding logic for ConditionalSelect and ensure side effects aren't dropped * Ensure CndSel handles 64-bit operands where possible * Don't fold if op3 has side effects * Ensure that operands are passed into the lowered not->ternarylogic correctly
- Loading branch information
1 parent
a7709e5
commit fcdb6db
Showing
6 changed files
with
406 additions
and
193 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.