[all-commits] [llvm/llvm-project] cb5a10: [test] Remove tests pinned to the legacy PM
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Oct 18 16:44:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb5a10199b32b5e1104ed36a490be73fa3bdf5ca
https://github.com/llvm/llvm-project/commit/cb5a10199b32b5e1104ed36a490be73fa3bdf5ca
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M clang/test/CodeGen/X86/avx512fp16-complex.c
M clang/test/CodeGen/X86/builtin-movdir.c
M clang/test/CodeGen/X86/x86_64-instrument-functions.c
M clang/test/CodeGen/aggregate-assign-call.c
M clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
M clang/test/CodeGen/available-externally-suppress.c
M clang/test/CodeGen/callback_annotated.c
M clang/test/CodeGen/complex-math.c
M clang/test/CodeGen/cspgo-instrumentation.c
M clang/test/CodeGen/cspgo-instrumentation_lto.c
M clang/test/CodeGen/lifetime.c
M clang/test/CodeGen/pgo-instrumentation.c
M clang/test/CodeGen/pgo-sample.c
M clang/test/CodeGen/split-debug-single-file.c
M clang/test/CodeGen/split-lto-unit.c
M clang/test/CodeGen/thinlto-debug-pm.c
M clang/test/CodeGen/use-sample-profile-attr.c
M clang/test/CodeGenCXX/conditional-temporaries.cpp
M clang/test/CodeGenCXX/member-function-pointer-calls.cpp
M clang/test/CodeGenCXX/merge-functions.cpp
M clang/test/CodeGenCXX/nrvo.cpp
M clang/test/CodeGenCXX/ubsan-coroutines.cpp
M clang/test/CodeGenOpenCL/convergent.cl
M clang/test/Driver/asan.c
M clang/test/Driver/dfsan.c
M clang/test/Driver/memtag.c
M clang/test/Driver/memtag_lto.c
M clang/test/Driver/msan.c
M clang/test/Driver/sancov.c
M clang/test/Driver/tsan.c
M clang/test/Frontend/optimization-remark-line-directive.c
R clang/test/Misc/pr32207.c
M clang/test/Profile/gcc-flag-compatibility-aix.c
M clang/test/Profile/gcc-flag-compatibility.c
Log Message:
-----------
[test] Remove tests pinned to the legacy PM
Now that the legacy PM is deprecated for the optimization pipeline, we
can start deleting legacy PM tests.
For tests that test both PMs, merge the RUN lines.
Delete tests specific to the legacy PM.
More information about the All-commits
mailing list