This is an archive of the discontinued LLVM Phabricator instance.

[flang] flang-omp-report replace std::map with llvm::DenseMap
ClosedPublic

Authored by josh.mottley.arm on Oct 18 2021, 2:35 AM.

Details

Summary

This patch replaces the uses of std::map with llvm::DenseMap in the
flang-omp-report plugin. It also removed the 'constructClauseCount' map
due to no longer being needed after the plugin was stripped down.
This is a one of several patches focusing on switching containers from STL to LLVM's ADT library.

Diff Detail