[PATCH] D31567: MemorySSA: Add support for caching clobbering access in stores

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 1 03:14:48 PDT 2017


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

This enables us to cache the clobbering access for stores, despite the
fact that we can't rewrite the use-def chains themselves.

Early testing shows that, after this change, for larger testcases, it will be a significant net positive (memory and time) to remove the walker caching.


https://reviews.llvm.org/D31567

Files:
  include/llvm/Transforms/Utils/MemorySSA.h
  lib/Transforms/Utils/MemorySSA.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31567.93743.patch
Type: text/x-patch
Size: 5097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170401/b4b46159/attachment.bin>


More information about the llvm-commits mailing list