diff options
author | Matthias Springer <springerm@google.com> | 2022-01-26 03:35:33 +0900 |
---|---|---|
committer | Matthias Springer <springerm@google.com> | 2022-01-26 17:28:42 +0900 |
commit | 18778b8863522e3043a0134eb31cd60127bd962b (patch) | |
tree | 8f91196f30dcd30ba93d626bf5307673d9e89bd2 /llvm/lib/Support/CommandLine.cpp | |
parent | 72e29caf039fd81bc6948e16d6f71d1581615469 (diff) | |
download | llvm-18778b8863522e3043a0134eb31cd60127bd962b.zip llvm-18778b8863522e3043a0134eb31cd60127bd962b.tar.gz llvm-18778b8863522e3043a0134eb31cd60127bd962b.tar.bz2 |
[mlir] Fix merging of delayed registrations during DialectRegistry::appendTo
The existing implementation called DenseMap::insert, which is a no-op if the map already contains an entry with the same key.
Differential Revision: https://reviews.llvm.org/D118165
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions