[PATCH] D35918: [GVNHoist] Factor out reachability to search for anticipable instructions quickly

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 22:29:36 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313116: [GVNHoist] Factor out reachability to search for anticipable instructions… (authored by hiraditya).

Changed prior to commit:
  https://reviews.llvm.org/D35918?vs=114446&id=114971#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35918

Files:
  llvm/trunk/lib/Transforms/Scalar/GVNHoist.cpp
  llvm/trunk/test/Transforms/GVNHoist/hoist-more-than-two-branches.ll
  llvm/trunk/test/Transforms/GVNHoist/hoist-mssa.ll
  llvm/trunk/test/Transforms/GVNHoist/hoist-newgvn.ll
  llvm/trunk/test/Transforms/GVNHoist/hoist-pr20242.ll
  llvm/trunk/test/Transforms/GVNHoist/hoist-pr28933.ll
  llvm/trunk/test/Transforms/GVNHoist/hoist-recursive-geps.ll
  llvm/trunk/test/Transforms/GVNHoist/hoist.ll
  llvm/trunk/test/Transforms/GVNHoist/infinite-loop-direct.ll
  llvm/trunk/test/Transforms/GVNHoist/infinite-loop-indirect.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35918.114971.patch
Type: text/x-patch
Size: 60140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170913/ac2d6822/attachment.bin>


More information about the llvm-commits mailing list