[llvm] [InstCombine] Fold `(icmp pred (trunc nuw/nsw X), C)` -> `(icmp pred X, (zext/sext C))` (PR #87935)

via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 21:57:57 PDT 2024


goldsteinn wrote:

> > By the way, I don't seem to be getting notifications when you force-push a PR, so I usually don't notice when you address feedback in PRs. Which is kind of weird, because I receive stupendous amounts of force-push spam from AtariDream's pull requests. I don't really get what the difference is.
> 
> Hmm, would it help if I add a comment when I force-push?

@nikic, without trying to sound passive aggressive or rushing.

Do you get notifications when I comment in a PR, or are those lost like force-push notifications?

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


More information about the llvm-commits mailing list