[PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 1 11:53:37 PST 2016
george.burgess.iv updated this revision to Diff 46563.
george.burgess.iv added a comment.
Added Danny's patch that makes everything a `User`, as well as all of the updates published originally in the now-abandoned http://reviews.llvm.org/D16743.
Addressed all feedback in http://reviews.llvm.org/D16743, as well.
http://reviews.llvm.org/D7864
Files:
include/llvm/IR/Function.h
include/llvm/IR/Value.def
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/atomic-clobber.ll
test/Transforms/Util/MemorySSA/cyclicphi.ll
test/Transforms/Util/MemorySSA/function-clobber.ll
test/Transforms/Util/MemorySSA/function-mem-attrs.ll
test/Transforms/Util/MemorySSA/load-invariant.ll
test/Transforms/Util/MemorySSA/many-dom-backedge.ll
test/Transforms/Util/MemorySSA/many-doms.ll
test/Transforms/Util/MemorySSA/multi-edges.ll
test/Transforms/Util/MemorySSA/multiple-backedges-hal.ll
test/Transforms/Util/MemorySSA/no-disconnected.ll
test/Transforms/Util/MemorySSA/optimize-use.ll
test/Transforms/Util/MemorySSA/volatile-clobber.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7864.46563.patch
Type: text/x-patch
Size: 89766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160201/d5a04da2/attachment.bin>
More information about the llvm-commits
mailing list