[PATCH] D30154: MemorySSA: Add support for renaming uses in the updater.
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 18 22:17:25 PST 2017
dberlin created this revision.
This lets one add aliasing stores to the updater.
(i'm next going to move the creation/etc functions to the updater)
https://reviews.llvm.org/D30154
Files:
include/llvm/Transforms/Utils/MemorySSA.h
include/llvm/Transforms/Utils/MemorySSAUpdater.h
lib/Transforms/Utils/MemorySSA.cpp
lib/Transforms/Utils/MemorySSAUpdater.cpp
unittests/Transforms/Utils/MemorySSA.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30154.89059.patch
Type: text/x-patch
Size: 11647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170219/872a5257/attachment.bin>
More information about the llvm-commits
mailing list