[PATCH] D28084: Value number stores and memory states so we can detect when memorystates are equivalent (IE store of same value to memory).Tests coming.
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 24 14:46:53 PST 2016
dberlin updated this revision to Diff 82454.
dberlin marked an inline comment as done.
dberlin added a comment.
- Update for review comments, add tests
Updating D28084: Value number stores and memory states so we can detect when memory
===================================================================================
states are equivalent (IE store of same value to memory).
Tests coming.
https://reviews.llvm.org/D28084
Files:
lib/Transforms/Scalar/NewGVN.cpp
test/Transforms/NewGVN/storeoverstore.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28084.82454.patch
Type: text/x-patch
Size: 13320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161224/649077fa/attachment.bin>
More information about the llvm-commits
mailing list