[PATCH] D105013: [InstCombine] try to fold the expression "(A & ~B) + B" to "A | B"

Yifeng Dong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 06:46:50 PDT 2021


dongAxis1944 updated this revision to Diff 355530.
dongAxis1944 added a comment.

format the patch


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

https://reviews.llvm.org/D105013

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Analysis/ValueTracking/known-non-common-bits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105013.355530.patch
Type: text/x-patch
Size: 4444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210630/ca260422/attachment.bin>


More information about the llvm-commits mailing list