This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc1c5eddf29 [NVPTX] Make tensor shape part of WMMA intrinsic's name. new 1cc14d86af7 [test] Add tests for llc passes pipelines. new 05d039d2025 [test] Add tests for opt passes pipelines for O0, O2, O3, and Os.
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: test/CodeGen/AArch64/O0-pipeline.ll | 69 +++++++++ test/CodeGen/AArch64/O3-pipeline.ll | 170 ++++++++++++++++++++ test/CodeGen/X86/O3-pipeline.ll | 167 ++++++++++++++++++++ test/Other/opt-O0-pipeline.ll | 27 ++++ test/Other/opt-O2-pipeline.ll | 295 +++++++++++++++++++++++++++++++++++ test/Other/opt-O3-pipeline.ll | 299 ++++++++++++++++++++++++++++++++++++ test/Other/opt-Os-pipeline.ll | 281 +++++++++++++++++++++++++++++++++ 7 files changed, 1308 insertions(+) create mode 100644 test/CodeGen/AArch64/O0-pipeline.ll create mode 100644 test/CodeGen/AArch64/O3-pipeline.ll create mode 100644 test/CodeGen/X86/O3-pipeline.ll create mode 100644 test/Other/opt-O0-pipeline.ll create mode 100644 test/Other/opt-O2-pipeline.ll create mode 100644 test/Other/opt-O3-pipeline.ll create mode 100644 test/Other/opt-Os-pipeline.ll