aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorJeremy Morse <jeremy.morse@sony.com>2020-04-08 12:24:13 +0100
committerJeremy Morse <jeremy.morse@sony.com>2020-04-08 12:27:11 +0100
commitc77887e4d1beae537ebb43e75f119e9e3b4fbe9c (patch)
treee477b4c11e37a6ce21e29bacaa0190adb70d95ce /llvm/lib/CodeGen/LiveDebugVariables.cpp
parent02cd80e68ecf59af98e74d1b06c23b3317555933 (diff)
downloadllvm-c77887e4d1beae537ebb43e75f119e9e3b4fbe9c.zip
llvm-c77887e4d1beae537ebb43e75f119e9e3b4fbe9c.tar.gz
llvm-c77887e4d1beae537ebb43e75f119e9e3b4fbe9c.tar.bz2
[DebugInfo][NFC] Early-exit when analyzing for single-location variables
This is a performance patch that hoists two conditions in DwarfDebug's validThroughout to avoid a linear-scan of all instructions in a block. We now exit early if validThrougout will never return true for the variable location. The first added clause filters for the two circumstances where validThroughout will return true. The second added clause should be identical to the one that's deleted from after the linear-scan. Differential Revision: https://reviews.llvm.org/D77639
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions