[PATCH] D21776: MSSA Walker Pre-refactor

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 17:23:16 PDT 2016


george.burgess.iv created this revision.
george.burgess.iv added a subscriber: llvm-commits.

This is a set of refactors split out from the new MSSA walker. This entire patch is NFC.

No reviewers, since this is basically one big refactor. If someone wants to explicitly LGTM it, they're welcome to, but the only reasons I'm putting this up here are:
- Some of the refactors here make little sense if we don't adopt the new walker (e.g. just committing all of this seems mildly pointless), and
- Reviewing the new walker is much easier if this code is split out

This is expected to be committed with the new MSSA walker (review coming soon). Specifically, the new walker will be applied on top of this patch.

If the new walker doesn't land, some of the tiny refactors here (e.g. adding `// namespace llvm`, etc.) will be committed separately; I'm just lazy and didn't feel like splitting them out further. :)

http://reviews.llvm.org/D21776

Files:
  include/llvm/Transforms/Utils/MemorySSA.h
  lib/Transforms/Utils/MemorySSA.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21776.62041.patch
Type: text/x-patch
Size: 19846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160628/18a79ea6/attachment.bin>


More information about the llvm-commits mailing list