[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
Mon Aug 21 15:31:22 PDT 2017


hiraditya updated this revision to Diff 112071.
hiraditya added a comment.

Updated MemorySSA updates.
Outlined functions from codegen part.


https://reviews.llvm.org/D35918

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35918.112071.patch
Type: text/x-patch
Size: 59820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170821/9cdc2342/attachment.bin>


More information about the llvm-commits mailing list