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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 08:17:30 PDT 2025


https://github.com/nikic approved this pull request.

LGTM

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


More information about the llvm-commits mailing list