This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d0aaa150ffc [X86][AVX512] VPAVG instructions should be tagged as SchedW [...] new 9648b463253 Rename invariant.group.barrier to launder.invariant.group new 4d0342f0d93 perform DSE through launder.invariant.group
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: docs/LangRef.rst | 17 ++++---- docs/ReleaseNotes.rst | 2 + include/llvm/IR/IRBuilder.h | 24 +++++------ include/llvm/IR/Intrinsics.td | 6 +-- include/llvm/IR/Value.h | 9 ++-- lib/Analysis/BasicAliasAnalysis.cpp | 12 +++--- lib/Analysis/MemorySSA.cpp | 3 -- lib/CodeGen/CodeGenPrepare.cpp | 2 +- lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- lib/IR/AutoUpgrade.cpp | 11 +++++ lib/IR/Value.cpp | 14 +++---- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 4 +- lib/Transforms/Scalar/DeadStoreElimination.cpp | 10 ++--- test/Analysis/MemorySSA/invariant-groups.ll | 48 +++++++++++----------- test/Bitcode/upgrade-invariant-group-barrier.ll | 22 ++++++++++ .../AArch64/GlobalISel/unknown-intrinsic.ll | 6 +-- .../AMDGPU/promote-alloca-invariant-markers.ll | 4 +- test/CodeGen/Generic/intrinsics.ll | 4 +- test/Other/Inputs/invariant.group.barrier.ll | 15 ------- ...group.barrier.ll => launder.invariant.group.ll} | 43 +++++++++++-------- test/Transforms/CodeGenPrepare/invariant.group.ll | 6 +-- .../launder.invariant.group.ll | 30 ++++++++++++++ test/Transforms/GVN/invariant.group.ll | 8 ++-- .../GlobalOpt/invariant.group.barrier.ll | 8 ++-- test/Transforms/NewGVN/invariant.group.ll | 9 ++-- 26 files changed, 189 insertions(+), 132 deletions(-) create mode 100644 test/Bitcode/upgrade-invariant-group-barrier.ll delete mode 100644 test/Other/Inputs/invariant.group.barrier.ll rename test/Other/{invariant.group.barrier.ll => launder.invariant.group.ll} (59%) create mode 100644 test/Transforms/DeadStoreElimination/launder.invariant.group.ll