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

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 02:08:34 PDT 2020


foad updated this revision to Diff 256213.
foad marked an inline comment as done.
foad added a comment.

Rebase and address review comment.


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.256213.patch
Type: text/x-patch
Size: 20293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/f48c0271/attachment.bin>


More information about the llvm-commits mailing list