This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2cee5cc [DebugInfo] Emit address space with DW_AT_address_class attri [...] new 4393560 Don't merge global constants with non-dbg metadata. new 1970df1 AMDGPU/SI: Disable unrolling in the loop vectorizer if the lo [...]
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: lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 4 +++ lib/Transforms/IPO/ConstantMerge.cpp | 26 +++++++++++++++ test/Transforms/ConstantMerge/dont-merge.ll | 38 ++++++++++++++++++++++ test/Transforms/ConstantMerge/merge-dbg.ll | 32 ++++++++++++++++++ .../LoopVectorize}/AMDGPU/lit.local.cfg | 0 .../AMDGPU/unroll-in-loop-vectorizer.ll | 28 ++++++++++++++++ 6 files changed, 128 insertions(+) create mode 100644 test/Transforms/ConstantMerge/merge-dbg.ll copy test/{Analysis/CostModel => Transforms/LoopVectorize}/AMDGPU/lit.local.cfg (100%) create mode 100644 test/Transforms/LoopVectorize/AMDGPU/unroll-in-loop-vectorizer.ll