[PATCH] D68128: [InstCombine] Fold PHIs with equal incoming pointers

Daniil Suchkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 02:10:17 PDT 2019


DaniilSuchkov updated this revision to Diff 222564.
DaniilSuchkov added a comment.

Comments addressed: checks in tests are autogenerated, positive tests moved to a separate patch D68263 <https://reviews.llvm.org/D68263>, got rid of excessive use of `auto` keyword.


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

https://reviews.llvm.org/D68128

Files:
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/include/llvm/IR/Value.h
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
  llvm/test/Transforms/InstCombine/phi-equal-incoming-pointers.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68128.222564.patch
Type: text/x-patch
Size: 55455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191001/92b616da/attachment.bin>


More information about the llvm-commits mailing list