llvm-project
69586331 - [InstCombine] Opt phi(freeze(undef), C) -> phi(C, C) (#161181)

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.
Parents
Loading