[PATCH] D33262: [JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A, C2)) after InstCombine has turned it into (cmp (add A, C3), C4)

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 22:42:27 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL306085: [JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D33262?vs=102241&id=103691#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33262

Files:
  llvm/trunk/include/llvm/Analysis/LazyValueInfo.h
  llvm/trunk/lib/Analysis/LazyValueInfo.cpp
  llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33262.103691.patch
Type: text/x-patch
Size: 4840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170623/09bf31cf/attachment.bin>


More information about the llvm-commits mailing list