[PATCH] D139930: [InstCombine] Combine ZExt (B - A) + ZExt(A) to ZExt(B)

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 06:53:48 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG561ee10a258b: [InstCombine] Combine ZExt (B - A) + ZExt(A) to ZExt(B) (authored by StephenFan).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139930

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/test/Transforms/InstCombine/add.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139930.484569.patch
Type: text/x-patch
Size: 4220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221221/4db57170/attachment.bin>


More information about the llvm-commits mailing list