This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 49451db6ac0 Add an entry for rodata constant merge sections to the defa [...] new c2f24d9ea87 Implement strip.invariant.group
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: docs/LangRef.rst | 48 +++++++++++++++++++--- include/llvm/IR/IRBuilder.h | 29 +++++++++++++ include/llvm/IR/Intrinsics.td | 5 +++ lib/Analysis/BasicAliasAnalysis.cpp | 16 ++++---- lib/Analysis/ConstantFolding.cpp | 9 ++-- lib/Analysis/ValueTracking.cpp | 21 ++++++---- lib/CodeGen/CodeGenPrepare.cpp | 1 + lib/CodeGen/SelectionDAG/FastISel.cpp | 1 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 1 + lib/IR/Value.cpp | 3 +- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 2 + test/Analysis/ValueTracking/invariant.group.ll | 21 +++++++++- test/CodeGen/Generic/intrinsics.ll | 10 ++++- ...under.invariant.group.ll => invariant.group.ll} | 14 ++++++- test/Transforms/CodeGenPrepare/invariant.group.ll | 24 +++++++++-- .../launder.invariant.group.ll | 35 ++++++++++++++++ test/Transforms/FunctionAttrs/nocapture.ll | 17 ++++++++ test/Transforms/GVN/invariant.group.ll | 18 ++++++-- ...variant.group.barrier.ll => invariant.group.ll} | 20 ++++----- test/Transforms/InstCombine/invariant.group.ll | 36 +++++++++++++++- test/Transforms/NewGVN/invariant.group.ll | 13 ++++++ 21 files changed, 296 insertions(+), 48 deletions(-) rename test/Other/{launder.invariant.group.ll => invariant.group.ll} (89%) rename test/Transforms/GlobalOpt/{invariant.group.barrier.ll => invariant.group.ll} (95%)