[PATCH] D87298: [IRSim][IROutliner] Merging output blocks for extracted functions with outputs

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 14:49:02 PDT 2020


jroelofs added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/IROutliner.cpp:57
+  /// A set containing the different GVN store blocks needed.  Dense Map does
+  /// have an ordering defined.
+  std::set<std::set<unsigned>> OutputGVNCombinations;
----------------
Can you elaborate some more on the comment about DenseMap?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87298



More information about the llvm-commits mailing list