[PATCH] D124722: [InstCombine] extract(u[add|sub].with.overflow(X, C), 0) --> [add|sub](X, C)

Nicolas Abram via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 30 23:57:29 PDT 2022


nico-abram updated this revision to Diff 426271.

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

https://reviews.llvm.org/D124722

Files:
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/with_overflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124722.426271.patch
Type: text/x-patch
Size: 4395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220501/4a6cf018/attachment.bin>


More information about the llvm-commits mailing list