[PATCH] D63993: [InstCombine] (Y + ~X) + 1 --> Y - X fold (PR42459)

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 08:56:34 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364792: [InstCombine] (Y + ~X) + 1 --> Y - X  fold (PR42459) (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63993?vs=207292&id=207337#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63993

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/trunk/test/Transforms/InstCombine/add.ll
  llvm/trunk/test/Transforms/InstCombine/fold-inc-of-add-of-not-x-and-y-to-sub-x-from-y.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63993.207337.patch
Type: text/x-patch
Size: 6097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190701/7be90241/attachment.bin>


More information about the llvm-commits mailing list