This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from 2adc29e Merging r276389: -------------------------------------------- [...] new 065c539 Merging r276236 and r276237: -------------------------------- [...] new 8830176 Merging r275928 and r276438: -------------------------------- [...] new fc9c4d6 Merging r276077: -------------------------------------------- [...]
The 3 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-c/Core.h | 6 ++ include/llvm/IR/Attributes.h | 1 + lib/IR/AttributeImpl.h | 69 +-------------- lib/IR/AttributeSetNode.h | 98 ++++++++++++++++++++++ lib/IR/Core.cpp | 28 +++++++ lib/Target/AMDGPU/SIISelLowering.cpp | 6 +- lib/Transforms/Utils/LCSSA.cpp | 22 ++++- lib/Transforms/Utils/LoopSimplify.cpp | 62 +++++++++++--- ...aticgroup.ll => llvm.amdgcn.groupstaticsize.ll} | 24 ++++-- test/Transforms/LCSSA/pr28424.ll | 87 +++++++++++++++++++ test/Transforms/LCSSA/pr28608.ll | 35 ++++++++ test/Transforms/LoopSimplify/pr28272.ll | 76 +++++++++++++++++ 12 files changed, 421 insertions(+), 93 deletions(-) create mode 100644 lib/IR/AttributeSetNode.h rename test/CodeGen/AMDGPU/{llvm.amdgcn.groupstaticgroup.ll => llvm.amdgcn.groupst [...] create mode 100644 test/Transforms/LCSSA/pr28424.ll create mode 100644 test/Transforms/LCSSA/pr28608.ll create mode 100644 test/Transforms/LoopSimplify/pr28272.ll