llvm-project
9b93c9a2 - [PassManager] Simplify code with DenseMap::try_emplace (NFC) (#140402)

Commit
214 days ago
[PassManager] Simplify code with DenseMap::try_emplace (NFC) (#140402) We can simplify the code with DenseMap::try_emplace and structured binding. Note that DenseMap::try_emplace default-constructs the value if omitted.
Parents
Loading