This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc43482 SDAG: Drop a redundant replace and move the dead node removal [...] new 783607f [MemorySSA] Port to new pass manager new 7cff23c [x86, AVX2] regenerate checks
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: include/llvm/InitializePasses.h | 3 +- include/llvm/Transforms/Utils/MemorySSA.h | 72 ++++++------- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 3 + lib/Transforms/Utils/MemorySSA.cpp | 120 ++++++++++----------- lib/Transforms/Utils/Utils.cpp | 3 +- test/CodeGen/X86/pr17764.ll | 14 ++- test/Transforms/Util/MemorySSA/assume.ll | 3 +- test/Transforms/Util/MemorySSA/atomic-clobber.ll | 3 +- test/Transforms/Util/MemorySSA/cyclicphi.ll | 3 +- test/Transforms/Util/MemorySSA/function-clobber.ll | 3 +- .../Util/MemorySSA/function-mem-attrs.ll | 3 +- test/Transforms/Util/MemorySSA/livein.ll | 3 +- test/Transforms/Util/MemorySSA/load-invariant.ll | 3 +- .../Transforms/Util/MemorySSA/many-dom-backedge.ll | 3 +- test/Transforms/Util/MemorySSA/many-doms.ll | 3 +- test/Transforms/Util/MemorySSA/multi-edges.ll | 3 +- .../Util/MemorySSA/multiple-backedges-hal.ll | 3 +- .../Util/MemorySSA/multiple-locations.ll | 3 +- test/Transforms/Util/MemorySSA/no-disconnected.ll | 3 +- test/Transforms/Util/MemorySSA/optimize-use.ll | 3 +- test/Transforms/Util/MemorySSA/phi-translation.ll | 3 +- test/Transforms/Util/MemorySSA/volatile-clobber.ll | 3 +- unittests/Transforms/Utils/MemorySSA.cpp | 6 +- 24 files changed, 142 insertions(+), 128 deletions(-)