[PATCH] D149521: [InstCombine] Add folds for `(icmp spred (ssub.sat X, Y), 0)` -> `X spred Y`

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 09:12:31 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG13441eb0f88f: [InstCombine] Add folds for `(icmp spred (ssub.sat X, Y), 0)` -> `X spred Y` (authored by goldstein.w.n).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149521/new/

https://reviews.llvm.org/D149521

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/cmp-intrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149521.519105.patch
Type: text/x-patch
Size: 3850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230503/00b5e426/attachment.bin>


More information about the llvm-commits mailing list