[PATCH] D106997: [IRSim][IROutliner] Detecting Similar Phi Nodes and Outlining

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 09:41:31 PDT 2021


AndrewLitteken added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/IROutliner.cpp:185
 }
 
+static void replaceTargetsFromPHINode(BasicBlock *PHIBlock, BasicBlock *Find,
----------------
this needs Doxygen comments


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

https://reviews.llvm.org/D106997



More information about the llvm-commits mailing list