This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d140aea2312 Move SampleProfile.h into IPO along with the rest of the IP [...] new ac2f2dee4b7 Reapply "[test] Add tests for llc passes pipelines." with a [...]
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: test/CodeGen/{X86 => AArch64}/O0-pipeline.ll | 23 ++-- test/CodeGen/AArch64/O3-pipeline.ll | 171 +++++++++++++++++++++++++++ test/CodeGen/X86/O3-pipeline.ll | 170 ++++++++++++++++++++++++++ 3 files changed, 352 insertions(+), 12 deletions(-) copy test/CodeGen/{X86 => AArch64}/O0-pipeline.ll (80%) create mode 100644 test/CodeGen/AArch64/O3-pipeline.ll create mode 100644 test/CodeGen/X86/O3-pipeline.ll