[all-commits] [llvm/llvm-project] 61d418: [test] Remove references to -fexperimental-new-pas...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Apr 11 13:35:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61d418f97154805100dc19ff2ef1338e9de2f27d
https://github.com/llvm/llvm-project/commit/61d418f97154805100dc19ff2ef1338e9de2f27d
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths:
M clang/test/CodeGen/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CodeGen/X86/avx512f-builtins-constrained-cmp.c
M clang/test/CodeGen/X86/avx512f-builtins-constrained.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins-constrained-cmp.c
M clang/test/CodeGen/X86/avx512vl-builtins-constrained.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlbw-builtins.c
M clang/test/CodeGen/X86/x86_64-instrument-functions.c
M clang/test/CodeGen/arm64_crypto.c
M clang/test/CodeGen/arm_acle.c
M clang/test/CodeGen/asan-new-pm.ll
M clang/test/CodeGen/bounds-checking.c
M clang/test/CodeGen/bpf-O0.c
M clang/test/CodeGen/code-coverage.c
M clang/test/CodeGen/hwasan-new-pm.c
M clang/test/CodeGen/inline-optim.c
M clang/test/CodeGen/inline.c
M clang/test/CodeGen/loop-unroll.c
M clang/test/CodeGen/loop-vectorize.c
M clang/test/CodeGen/lto-newpm-pipeline.c
M clang/test/CodeGen/matrix-lowering-opt-levels.c
M clang/test/CodeGen/new-pass-manager-opt-bisect.c
M clang/test/CodeGen/no-skipped-passes-O0-opt-bisect.c
M clang/test/CodeGen/nobuiltin.c
M clang/test/CodeGen/nrvo-tracking.cpp
M clang/test/CodeGen/pgo-sample-thinlto-summary.c
M clang/test/CodeGen/sancov-new-pm.c
M clang/test/CodeGen/sanitizer-module-constructor.c
M clang/test/CodeGen/spir-half-type.cpp
M clang/test/CodeGen/summary-index-unnamed-global.ll
M clang/test/CodeGen/thin_link_bitcode.c
M clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c
M clang/test/CodeGen/thinlto-distributed-newpm.ll
M clang/test/CodeGen/thinlto-loop-vectorize-pm.c
M clang/test/CodeGen/thinlto-slp-vectorize-pm.c
M clang/test/CodeGenCXX/auto-var-init.cpp
M clang/test/CodeGenCXX/copy-elision.cpp
M clang/test/CodeGenCXX/profile-remap-error.cpp
M clang/test/CodeGenCXX/profile-remap.cpp
M clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp
M clang/test/CodeGenCoroutines/coro-always-inline-exp-namespace.cpp
M clang/test/CodeGenCoroutines/coro-always-inline.cpp
M clang/test/CodeGenCoroutines/coro-newpm-pipeline-exp-namespace.cpp
M clang/test/CodeGenCoroutines/coro-newpm-pipeline.cpp
M clang/test/Driver/debug-pass-structure.c
M clang/test/Frontend/optimization-remark-new-pm.c
M clang/test/Frontend/optimization-remark-with-hotness-new-pm.c
M clang/test/Frontend/optimization-remark.c
M clang/test/Frontend/remarks-hotness.cpp
M clang/test/Misc/printer.c
M clang/test/OpenMP/remarks_parallel_in_multiple_target_state_machines.c
M clang/test/OpenMP/remarks_parallel_in_target_state_machine.c
M compiler-rt/test/cfi/CMakeLists.txt
M compiler-rt/test/cfi/lit.site.cfg.py.in
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_ignorelist.cpp
M llvm/test/tools/llvm-profgen/cs-preinline-cost.test
M llvm/test/tools/llvm-profgen/disassemble.test
M llvm/test/tools/llvm-profgen/fname-canonicalization.test
M llvm/test/tools/llvm-profgen/inline-cs-pseudoprobe.test
M llvm/test/tools/llvm-profgen/inline-force-dwarf.test
M llvm/test/tools/llvm-profgen/inline-pseudoprobe.test
M llvm/test/tools/llvm-profgen/invalid-range.test
M llvm/test/tools/llvm-profgen/merge-cold-profile.test
M llvm/test/tools/llvm-profgen/noinline-cs-pseudoprobe.test
M llvm/test/tools/llvm-profgen/noinline-pseudoprobe.test
M llvm/test/tools/llvm-profgen/pseudoprobe-decoding.test
M llvm/test/tools/llvm-profgen/recursion-compression-pseudoprobe.test
Log Message:
-----------
[test] Remove references to -fexperimental-new-pass-manager in tests
This has been the default for a while and we're in the process of removing the legacy PM optimization pipeline.
More information about the All-commits
mailing list