llvm-project
3166b22b - [InstCombine] Sink instructions across assumes (#205314)

Commit
5 days ago
[InstCombine] Sink instructions across assumes (#205314) Not sinking across assumes causes InstCombine to not reach a fixpoint when assumes can be dropped due to the load (usually nonnull assumes). Sinking the instructions causes the assume to not be dropped anymore, but I don't think that's a big problem.
Author
Parents
Loading