[PATCH] D32151: Last of the major pieces to NewGVN - yay!

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 10:03:37 PDT 2017


dberlin updated this revision to Diff 97844.
dberlin added a comment.

- First version of rewritten, on-demand, phi of ops. Gets rid of need for most temp instructions.

This passes bootstrap and test. I'm tuning it  (we are likely to have to tune the amount of selects and adds it handles to not screw up iv analysis, etc).


https://reviews.llvm.org/D32151

Files:
  lib/Analysis/BasicAliasAnalysis.cpp
  lib/Transforms/Scalar/NewGVN.cpp
  lib/Transforms/Scalar/gvndiff
  test/Transforms/NewGVN/completeness.ll
  test/Transforms/NewGVN/storeoverstore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32151.97844.patch
Type: text/x-patch
Size: 176456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170504/b2814bde/attachment-0001.bin>


More information about the llvm-commits mailing list