llvm-project
b9d85b12
- [CodeGen] Use DenseMap::operator[] (NFC) (#108489)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[CodeGen] Use DenseMap::operator[] (NFC) (#108489) Once we modernize CopyInfo with default member initializations, Copies.insert({Unit, ...}) becomes equivalent to: Copies.try_emplace(Unit) which we can simplify further down to Copies[Unit].
References
#108489 - [CodeGen] Use DenseMap::operator[] (NFC)
Author
kazutakahirata
Parents
02e4186d
Loading