[all-commits] [llvm/llvm-project] a34182: [LiveDebugValues] Simplify code with MapVector::in...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Sep 29 08:54:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a341820fef75e23af698e0a80c0177a72d8f0a00
https://github.com/llvm/llvm-project/commit/a341820fef75e23af698e0a80c0177a72d8f0a00
Author: Kazu Hirata <kazu at google.com>
Date: 2024-09-29 (Sun, 29 Sep 2024)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
Log Message:
-----------
[LiveDebugValues] Simplify code with MapVector::insert_or_assign (NFC) (#110398)
Note that we must use insert_or_assign because operator[] would
require DbgValue to have the default constructor.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list