This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 342c39887e9 [ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFC new e4a2667a658 [AMDGPU][MC] Enabled constant expressions as operands of s_ [...] new d7e357f8581 [DebugInfo] Honour variable fragments in LiveDebugValues
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: include/llvm/IR/DebugInfoMetadata.h | 55 ++++- lib/CodeGen/LiveDebugValues.cpp | 266 ++++++++++++++++++--- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 163 ++++++------- .../AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp | 23 +- lib/Target/AMDGPU/SIDefines.h | 5 + lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 63 +++++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 27 +++ test/DebugInfo/ARM/partial-subreg.ll | 24 -- .../MIR/X86/live-debug-values-fragments.mir | 258 ++++++++++++++++++++ test/MC/AMDGPU/sopk-err.s | 66 ++--- test/MC/AMDGPU/sopk.s | 38 +++ 11 files changed, 782 insertions(+), 206 deletions(-) create mode 100644 test/DebugInfo/MIR/X86/live-debug-values-fragments.mir