[PATCH] D55957: [MemorySSA] Create walker that skips starting access.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 14:31:35 PST 2018


asbirlea created this revision.
asbirlea added a reviewer: george.burgess.iv.
Herald added subscribers: jfb, Prazek, jlebar, sanjoy.

Extends CachingWalker. There's code duplication with the CachingWalker's
getClobbering implementation that I need to address either in this or a
follow-up refactoring patch (feedback welcome).


Repository:
  rL LLVM

https://reviews.llvm.org/D55957

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55957.179158.patch
Type: text/x-patch
Size: 5755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181220/b89d23e9/attachment.bin>


More information about the llvm-commits mailing list