This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d53cdbf4cc5 [RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL in [...] new 820fd02e9a6 [SLP] Added new tests and updated existing for jumbled load, NFC.
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: .../X86/external_user_jumbled_load.ll | 42 ++++ .../X86/jumbled-load-shuffle-placement.ll | 139 ++++++++++++ .../SLPVectorizer/X86/jumbled-load-used-in-phi.ll | 232 +++++++++++++++++++++ test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 61 +++++- 4 files changed, 468 insertions(+), 6 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/X86/external_user_jumbled_load.ll create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-used-in-phi.ll