llvm-project
f875f8fe
- Attributor: Avoid double map lookup in updateAttrMap
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 days ago
Attributor: Avoid double map lookup in updateAttrMap This will leave behind the map entry in the unchanged case, but this seems to not matter. Could erase the newly inserted entry if that happens, but that also doesn't seem to make a difference.
References
users/arsenm/attributor/avoid-double-map-lookup-updateAttrMap
#182666 - Attributor: Avoid double map lookup in updateAttrMap
Author
arsenm
Committer
arsenm
Parents
fa1cda8f
Loading