[PATCH] D74060: [KnownBits] Move AND, OR and XOR logic into KnownBits

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 08:59:25 PST 2020


foad updated this revision to Diff 242646.
foad added a comment.

Add comments.
Update one more client.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74060

Files:
  llvm/include/llvm/Support/KnownBits.h
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Support/KnownBits.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  llvm/unittests/Support/KnownBitsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74060.242646.patch
Type: text/x-patch
Size: 20420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/d8ca701d/attachment.bin>


More information about the llvm-commits mailing list