[llvm] [CVP]: Fold `icmp eq X, C` to `trunc X to i1` if C=2k+1 and X in [2k, 2k+1] (PR #83829)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 29 09:54:57 PDT 2024


YanWQ-monad wrote:

rebased, and add `nuw` and `nsw` flag when possible.

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


More information about the llvm-commits mailing list