Instead of using DenseMap::find() and DenseMap::insert(), use
DenseMap::operator[] to get a reference to the profile data and update
the reference. This simplifies the changes in D114565.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo