[PATCH] D23824: [ADCE] Add handling of PHI nodes when removing control flow

David Callahan via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 10:35:26 PDT 2016


david2050 marked 2 inline comments as done.

================
Comment at: lib/Transforms/Scalar/ADCE.cpp:364
@@ -350,1 +363,3 @@
 
+void AggressiveDeadCodeElimination::markPhiLive(llvm::PHINode *PN) {
+  auto &Info = BlockInfo[PN->getParent()];
----------------
majnemer wrote:
> I don't think you need llvm:: here.
stupid xcode autocompletion :-)


https://reviews.llvm.org/D23824





More information about the llvm-commits mailing list