[llvm] [X86] Fold `(icmp ult (add x,-C),2)` -> `(or (icmp eq X,C), (icmp eq X,C+1))` for Vectors (PR #84104)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 02:53:15 PST 2024


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

LGTM

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


More information about the llvm-commits mailing list