[PATCH] D95959: [ValueTracking] improve analysis for "C << X" and "C >> X"

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 09:56:55 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0be0a1237cb9: [ValueTracking] improve analysis for "C << X" and "C >> X" (authored by spatel).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95959

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Transforms/InstCombine/and2.ll
  llvm/test/Transforms/InstCombine/lshr-and-negC-icmpeq-zero.ll
  llvm/test/Transforms/InstCombine/shift.ll
  llvm/test/Transforms/InstCombine/signbit-shl-and-icmpeq-zero.ll
  llvm/test/Transforms/InstCombine/zext-or-icmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95959.322429.patch
Type: text/x-patch
Size: 8387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210209/4f049dc1/attachment.bin>


More information about the llvm-commits mailing list