[PATCH] D30929: NewGVN: Handle coercion of constant stores, loads, memory insts.

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 22:03:20 PDT 2017


dberlin created this revision.
Herald added a subscriber: Prazek.

Depends on https://reviews.llvm.org/D30928.

This adds support for coercion of stores and memory instructions that do not require insertion to process.
Another few tests down.
I added the relevant tests from rle.ll


https://reviews.llvm.org/D30929

Files:
  lib/Transforms/Scalar/NewGVN.cpp
  test/Transforms/NewGVN/calloc-load-removal.ll
  test/Transforms/NewGVN/fold-const-expr.ll
  test/Transforms/NewGVN/malloc-load-removal.ll
  test/Transforms/NewGVN/pr17732.ll
  test/Transforms/NewGVN/rle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30929.91677.patch
Type: text/x-patch
Size: 9993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170314/d0aa452d/attachment.bin>


More information about the llvm-commits mailing list