[all-commits] [llvm/llvm-project] 6a5326: [LiveDebugValues] Remove PendingInLocs (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 5 11:01:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6a5326492606d767a7eb94ef418799a95e02ed07
https://github.com/llvm/llvm-project/commit/6a5326492606d767a7eb94ef418799a95e02ed07
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues.cpp
Log Message:
-----------
[LiveDebugValues] Remove PendingInLocs (NFC)
PendingInLocs ends up having the same value as InLocs, just computed
a bit more indirectly. It is a leftover of a previous implementation
approach.
This patch drops PendingInLocs, as well as the Diff and Removed
calulations, which are no longer needed.
Differential Revision: https://reviews.llvm.org/D80868
More information about the All-commits
mailing list