[PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 10:24:33 PST 2016
dberlin updated this revision to Diff 45556.
dberlin added a comment.
Remove BFS code, fix a bug in DFS code.
(Updating so gbiv can take over)
Updating D7864: This patch introduces MemorySSA, a virtual SSA form for memory.
===============================================================================
Details on what it looks like are in MemorySSA.h
http://reviews.llvm.org/D7864
Files:
include/llvm/IR/Function.h
include/llvm/InitializePasses.h
include/llvm/Transforms/Utils/MemorySSA.h
lib/Analysis/Analysis.cpp
lib/IR/AsmWriter.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/MemorySSA.cpp
test/Transforms/Util/memoryssa-cyclicphi.ll
test/Transforms/Util/memoryssa-no-disconnected.ll
test/Transforms/Util/memoryssa-optimize-use.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7864.45556.patch
Type: text/x-patch
Size: 88522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/76789bfb/attachment.bin>
More information about the llvm-commits
mailing list