[PATCH] D45631: [InstCombine] Simplify 'xor'/'add' to 'or' if no common bits are set.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 15 12:05:18 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330101: [InstCombine] Simplify 'add' to 'or' if no common bits are set. (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45631?vs=142569&id=142583#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45631

Files:
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/test/Transforms/InstCombine/masked-merge-add.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45631.142583.patch
Type: text/x-patch
Size: 5393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180415/6890785f/attachment.bin>


More information about the llvm-commits mailing list