[llvm] [InstCombine] Don't convert a compare+select into a minnum/maxnum intrinsic that can't be lowered back to a compare+select (PR #177821)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 25 06:45:51 PST 2026


arsenm wrote:

The problem I ran into is a few vectorizer tests regressed. Those need to be taught to directly vectorize compare and select 

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


More information about the llvm-commits mailing list