[PATCH] D15146: [InstCombine] Look through PHIs, GEPs, IntToPtrs and PtrToInts to expose more constants when comparing GEPs

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 03:13:41 PST 2015


sbaranga updated this revision to Diff 42699.
sbaranga added a comment.

Change the names of the functions (back) to lower case.
Use a smaller default size for the traversal SmallVector (changed to 16).


http://reviews.llvm.org/D15146

Files:
  lib/Transforms/InstCombine/InstCombineCompares.cpp
  test/Transforms/InstCombine/indexed-gep-compares.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15146.42699.patch
Type: text/x-patch
Size: 16573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151214/0bc8bfa8/attachment.bin>


More information about the llvm-commits mailing list