[PATCH] D82027: Remove "unused" member ModuleSlice from `struct OpenMPOpt`
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 17 10:45:55 PDT 2020
sstefan1 accepted this revision.
sstefan1 added a comment.
This revision is now accepted and ready to land.
This was my bad. Thanks for noticing!
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:271
LLVM_DEBUG(dbgs() << TAG << "Run on SCC with " << SCC.size()
- << " functions in a slice with " << ModuleSlice.size()
<< " functions\n");
----------------
This can now be `OMPInfoCache.ModuleSlice.size()`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82027/new/
https://reviews.llvm.org/D82027
More information about the llvm-commits
mailing list