[PATCH] D86975: [IRSim][IROutliner] Adding the extraction basics for the IROutliner.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 30 01:14:36 PST 2021
MaskRay added inline comments.
Herald added a subscriber: ormris.
================
Comment at: llvm/include/llvm/Transforms/IPO/IROutliner.h:50
+
+struct OutlinableGroup;
+
----------------
Try not to introducing global namespace types and variables (I fixed one in b69fe48ccf9ec19f6237ee2e9d16fc6a7071c17c)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86975/new/
https://reviews.llvm.org/D86975
More information about the llvm-commits
mailing list