[PATCH] D48897: [MemorySSA] Add APIs to move memory accesses between blocks, following CFG changes.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 13:21:39 PDT 2018


asbirlea updated this revision to Diff 154868.
asbirlea marked 2 inline comments as done.
asbirlea added a comment.

Address comments and remove movePhi API. There is a use case needing something move generic that I will send in a separate patch.

Thank you for the review!


Repository:
  rL LLVM

https://reviews.llvm.org/D48897

Files:
  include/llvm/Analysis/MemorySSA.h
  include/llvm/Analysis/MemorySSAUpdater.h
  lib/Analysis/MemorySSA.cpp
  lib/Analysis/MemorySSAUpdater.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48897.154868.patch
Type: text/x-patch
Size: 6559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180710/c5ee4d6c/attachment.bin>


More information about the llvm-commits mailing list