This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dacf8ef75e7 [InstCombine] add tests for fabs() with unordered preds; NFC new d0b09e3dd18 [DebugInfo] Terminate all location-lists at end of block new b1c4b0155ff [DA] Add an option to control delinearization validity checks
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../AsmPrinter/DbgEntityHistoryCalculator.cpp | 168 ++++++--------- lib/CodeGen/LiveDebugValues.cpp | 62 ++++-- .../DependenceAnalysis/SimpleSIVNoValidityCheck.ll | 237 +++++++++++++++++++++ test/DebugInfo/AArch64/inlined-argument.ll | 9 + test/DebugInfo/AArch64/struct_by_value.ll | 12 +- test/DebugInfo/COFF/fpo-shrink-wrap.ll | 2 +- test/DebugInfo/COFF/pieces.ll | 20 +- .../MIR/AArch64/implicit-def-dead-scope.mir | 8 +- test/DebugInfo/X86/debug-loc-offset.mir | 6 + test/DebugInfo/X86/fission-ranges.ll | 20 +- test/DebugInfo/X86/pr19307.mir | 6 + test/DebugInfo/X86/reference-argument.ll | 3 +- test/DebugInfo/X86/stack-value-piece.ll | 3 +- 13 files changed, 415 insertions(+), 141 deletions(-) create mode 100644 test/Analysis/DependenceAnalysis/SimpleSIVNoValidityCheck.ll