This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eb91947 [AMDGPU] Bump up n_type for metadata v2 new db632c7 MemorySSA: Link all defs together into an intrusive defslist, [...] new 2bdf358 DebugInfo: remove unused parameter from function. NFC. new 319afdc GlobalISel: rework getOrCreateVReg to avoid double lookup. NFC. new d1752d7 SDag: fix how initial loads are formed when splitting vector ops.
The 4 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/Transforms/Utils/MemorySSA.h | 88 ++++++++++-- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 4 +- lib/CodeGen/AsmPrinter/DwarfExpression.h | 2 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 40 +++--- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 5 +- lib/Transforms/Utils/MemorySSA.cpp | 166 ++++++++++++++++++----- test/CodeGen/ARM/vector-load.ll | 10 ++ unittests/Transforms/Utils/MemorySSA.cpp | 2 + 8 files changed, 248 insertions(+), 69 deletions(-)