-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: replace boolean
AND
s with multiplication (#1954)
* feat: replace boolean `AND`s with multiplication * chore: move optimisation to live within ssa-gen * chore: fill out message in `unreachable` * chore: remove `SimplifyResult::None` * chore: abstract away `SimplifyResult::SimplifiedToInstruction(None)` * Revert "chore: abstract away `SimplifyResult::SimplifiedToInstruction(None)`" This reverts commit a7736eb. * Revert "chore: remove `SimplifyResult::None`" This reverts commit 429ccd4. * chore: add `SimplifyResult.instruction()`
- Loading branch information
1 parent
292724f
commit 435ab35
Showing
2 changed files
with
19 additions
and
1 deletion.
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