This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a05d247fa7 [AMDGPU] Add missing hazard for DPP-after-EXEC-write new f413d6c7a3b Teach GlobalSRA to update the debug info for split-up globals.
The 1 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/DIBuilder.h | 10 ++- lib/IR/DIBuilder.cpp | 29 +++++- lib/Transforms/IPO/GlobalOpt.cpp | 35 +++++++- test/DebugInfo/Generic/global-sra-array.ll | 129 +++++++++++++++++++++++++++ test/DebugInfo/Generic/global-sra-struct.ll | 132 ++++++++++++++++++++++++++++ 5 files changed, 325 insertions(+), 10 deletions(-) create mode 100644 test/DebugInfo/Generic/global-sra-array.ll create mode 100644 test/DebugInfo/Generic/global-sra-struct.ll