llvm-project
eb7f6a5f
- [VPlan] Simplify (x && y) || (x && z) -> x && (y || z) (#156308)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 days ago
[VPlan] Simplify (x && y) || (x && z) -> x && (y || z) (#156308) Split off from #155383, since it turns out this has a diff on its own.
References
#156308 - [VPlan] Simplify (x && y) || (x && z) -> x && (y || z)
Author
lukel97
Parents
fb7c0d70
Loading