This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5efa6a22a3 [GlobalISel] Fix unused variable warning in Release builds. new 8af0c56aa26 AArch64: avoid splitting vector truncating stores. new b4be4da6e39 Revert "Revert "Resubmit rL345008 "Split MachinePipeliner c [...]
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/CodeGen/MachinePipeliner.h | 615 +++++++++++++++++++++++++++++ lib/CodeGen/MachinePipeliner.cpp | 600 +--------------------------- lib/Target/AArch64/AArch64ISelLowering.cpp | 11 + test/CodeGen/AArch64/ldst-opt.ll | 16 + 4 files changed, 647 insertions(+), 595 deletions(-) create mode 100644 include/llvm/CodeGen/MachinePipeliner.h