llvm
b8d04118
- clang: Avoid intermediate DenseSet of triples (#189263)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
12 hours ago
clang: Avoid intermediate DenseSet of triples (#189263) This was computing a DenseSet<StringRef> of triples, but the only use was to insert all the entries into a multiset. Just use the multiset in the first place.
Author
arsenm
Parents
ad1e30bd
Loading