llvm-project
9b93c9a2
- [PassManager] Simplify code with DenseMap::try_emplace (NFC) (#140402)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#140402 - [PassManager] Simplify code with DenseMap::try_emplace (NFC)
Author
kazutakahirata
Parents
fadaf0c5
Loading