This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9640691 [AArch64] Split 0 vector stores into scalar store pairs. new 2c2c719 [X86] Tests exhibiting bad parial reloading behavior. NFC. new bf09fb4 [AArch64] Change some pointers to references. NFC.
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: lib/Target/AArch64/AArch64ISelLowering.cpp | 32 +++++++++++----------- test/CodeGen/X86/partial-fold32.ll | 26 ++++++++++++++++++ test/CodeGen/X86/partial-fold64.ll | 43 ++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/X86/partial-fold32.ll create mode 100644 test/CodeGen/X86/partial-fold64.ll