[PATCH] D92200: Ensure SplitEdge to return the new block between the two given blocks

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 13:10:57 PST 2020


Whitney added inline comments.


================
Comment at: llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp:194
+
+  MemorySSA *MSSA = new MemorySSA(*F, &AA, &DT);
+  MemorySSAUpdater *Updater = new MemorySSAUpdater(MSSA);
----------------



================
Comment at: llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp:195
+  MemorySSA *MSSA = new MemorySSA(*F, &AA, &DT);
+  MemorySSAUpdater *Updater = new MemorySSAUpdater(MSSA);
+
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92200/new/

https://reviews.llvm.org/D92200



More information about the llvm-commits mailing list