llvm-project
013c7ba7
- [CodeGen] Use DenseMap::try_emplace (NFC) (#140430)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
286 days ago
[CodeGen] Use DenseMap::try_emplace (NFC) (#140430) We can simplify the code with DenseMap::try_emplace and structured binding. Note that DenseMap::try_emplace default-constructs the value if omitted.
References
#140430 - [CodeGen] Use DenseMap::try_emplace (NFC)
Author
kazutakahirata
Parents
dd702b39
Loading