[llvm] [InstCombine] smin(smax(X, -1), 1) -> scmp(X, 0) and smax(smin(X, 1), -1) -> scmp(X, 0) (PR #145736)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 11:07:35 PDT 2025


AZero13 wrote:

@nikic Can you please merge?

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


More information about the llvm-commits mailing list