llvm-project
013c7ba7 - [CodeGen] Use DenseMap::try_emplace (NFC) (#140430)

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.
Parents
Loading