[llvm] [InstCombine] Improve select equiv fold for plain condition (PR #83405)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 12:07:24 PDT 2024


arsenm wrote:

> Oh,sorry, I reopen it now. I close it because the solution is limit to `single-use select node`, which seems not perfect :)

That is the solution to many combine problems. It's a common and reasonable restriction 

https://github.com/llvm/llvm-project/pull/83405


More information about the llvm-commits mailing list