[llvm] [InstCombine] Fold `(x < 2^32) & (trunc(x to i32) == 0)` into `x == 0` (PR #171195)

Yanzuo Liu via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 9 08:39:12 PST 2025


zwuis wrote:

> Addresses #170020.

You could use [this format](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).

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


More information about the llvm-commits mailing list