[PATCH] D55957: [MemorySSA] Refactor CachingWalker.
George Burgess IV via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 3 11:18:15 PST 2019
george.burgess.iv accepted this revision.
george.burgess.iv added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: lib/Analysis/MemorySSA.cpp:2293
+ return Walker->getClobberingMemoryAccessBase(MA, false);
+}
+MemoryAccess *
----------------
asbirlea wrote:
> george.burgess.iv wrote:
> > please clang-format (I think it prefers empty lines between functions)
> clang-format doesn't care about this, but I added a line, seems better.
Interesting -- TIL.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55957/new/
https://reviews.llvm.org/D55957
More information about the llvm-commits
mailing list