llvm-project
69586331
- [InstCombine] Opt phi(freeze(undef), C) -> phi(C, C) (#161181)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
74 days ago
[InstCombine] Opt phi(freeze(undef), C) -> phi(C, C) (#161181) Try to choose a value for freeze that enables the PHI to be replaced with its input constants if they are equal.
References
#161181 - [InstCombine] Opt phi(freeze(undef), C) -> phi(C, C)
Author
mikael-nilsson-arm
Parents
5baf1c14
Loading