[llvm] [InstCombine] Fold `icmp samesign u{gt/lt} (X +nsw C2), C` -> `icmp s{gt/lt} X, (C - C2)` (PR #169960)

Tirthankar Mazumder via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 30 11:05:26 PST 2025


wermos wrote:

Should I run `update_test_check.py` on this file also, or is this a genuine test failure?

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


More information about the llvm-commits mailing list