[PATCH] D25172: [MSSA] Initial version of avoiding unnecessary use walks when calling getClobberingMemoryAccess
Daniel Berlin via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 09:28:46 PDT 2016
dberlin updated this revision to Diff 75314.
dberlin added a comment.
I know you LGTM'd this, but i updated it t#o show the final state. The
only case we don't handle automatically right now is if removing
memory accesses causes single valued phis.
https://reviews.llvm.org/D25172
Files:
include/llvm/Transforms/Utils/MemorySSA.h
lib/Transforms/Utils/MemorySSA.cpp
unittests/Transforms/Utils/MemorySSA.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25172.75314.patch
Type: text/x-patch
Size: 9981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161020/e26e1464/attachment.bin>
More information about the llvm-commits
mailing list