[PATCH] D29149: NewGVN: Add basic dead store elimination

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 13:03:52 PST 2017


dberlin updated this revision to Diff 85950.
dberlin marked 4 inline comments as done.
dberlin added a comment.

  Depends on PR31761 fix now, and rebased on top of it.
  - Update for review comments
  - Add testcase for being optimistic on self-phis


https://reviews.llvm.org/D29149

Files:
  lib/Transforms/Scalar/NewGVN.cpp
  test/Transforms/NewGVN/basic-cyclic-opt.ll
  test/Transforms/NewGVN/deadstore.ll
  test/Transforms/NewGVN/pr31594.ll
  test/Transforms/NewGVN/pr31758.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29149.85950.patch
Type: text/x-patch
Size: 30388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170126/2e154fe8/attachment.bin>


More information about the llvm-commits mailing list