[llvm] [InstCombine] Simplifiy `sdiv -X, X` into `X == INT_MIN ? 1 : -1` (PR #71768)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 05:44:49 PST 2023


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

LGTM apart from the final test nit.

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


More information about the llvm-commits mailing list