[test] Remove references to -fexperimental-new-pass-manager in tests
authorArthur Eubanks <aeubanks@google.com>
Mon, 11 Apr 2022 20:14:22 +0000 (13:14 -0700)
committerArthur Eubanks <aeubanks@google.com>
Mon, 11 Apr 2022 20:29:08 +0000 (13:29 -0700)
commit61d418f97154805100dc19ff2ef1338e9de2f27d
tree3ec17ba16ed1d081b48a62ab9c1b0f178fdac802
parentd563c2d0e52a738ab2038db02a76dc4c27ec7124
[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.
70 files changed:
clang/test/CodeGen/X86/avx512-reduceMinMaxIntrin.c
clang/test/CodeGen/X86/avx512f-builtins-constrained-cmp.c
clang/test/CodeGen/X86/avx512f-builtins-constrained.c
clang/test/CodeGen/X86/avx512f-builtins.c
clang/test/CodeGen/X86/avx512vl-builtins-constrained-cmp.c
clang/test/CodeGen/X86/avx512vl-builtins-constrained.c
clang/test/CodeGen/X86/avx512vl-builtins.c
clang/test/CodeGen/X86/avx512vlbw-builtins.c
clang/test/CodeGen/X86/x86_64-instrument-functions.c
clang/test/CodeGen/arm64_crypto.c
clang/test/CodeGen/arm_acle.c
clang/test/CodeGen/asan-new-pm.ll
clang/test/CodeGen/bounds-checking.c
clang/test/CodeGen/bpf-O0.c
clang/test/CodeGen/code-coverage.c
clang/test/CodeGen/hwasan-new-pm.c
clang/test/CodeGen/inline-optim.c
clang/test/CodeGen/inline.c
clang/test/CodeGen/loop-unroll.c
clang/test/CodeGen/loop-vectorize.c
clang/test/CodeGen/lto-newpm-pipeline.c
clang/test/CodeGen/matrix-lowering-opt-levels.c
clang/test/CodeGen/new-pass-manager-opt-bisect.c
clang/test/CodeGen/no-skipped-passes-O0-opt-bisect.c
clang/test/CodeGen/nobuiltin.c
clang/test/CodeGen/nrvo-tracking.cpp
clang/test/CodeGen/pgo-sample-thinlto-summary.c
clang/test/CodeGen/sancov-new-pm.c
clang/test/CodeGen/sanitizer-module-constructor.c
clang/test/CodeGen/spir-half-type.cpp
clang/test/CodeGen/summary-index-unnamed-global.ll
clang/test/CodeGen/thin_link_bitcode.c
clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c
clang/test/CodeGen/thinlto-distributed-newpm.ll
clang/test/CodeGen/thinlto-loop-vectorize-pm.c
clang/test/CodeGen/thinlto-slp-vectorize-pm.c
clang/test/CodeGenCXX/auto-var-init.cpp
clang/test/CodeGenCXX/copy-elision.cpp
clang/test/CodeGenCXX/profile-remap-error.cpp
clang/test/CodeGenCXX/profile-remap.cpp
clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp
clang/test/CodeGenCoroutines/coro-always-inline-exp-namespace.cpp
clang/test/CodeGenCoroutines/coro-always-inline.cpp
clang/test/CodeGenCoroutines/coro-newpm-pipeline-exp-namespace.cpp
clang/test/CodeGenCoroutines/coro-newpm-pipeline.cpp
clang/test/Driver/debug-pass-structure.c
clang/test/Frontend/optimization-remark-new-pm.c
clang/test/Frontend/optimization-remark-with-hotness-new-pm.c
clang/test/Frontend/optimization-remark.c
clang/test/Frontend/remarks-hotness.cpp
clang/test/Misc/printer.c
clang/test/OpenMP/remarks_parallel_in_multiple_target_state_machines.c
clang/test/OpenMP/remarks_parallel_in_target_state_machine.c
compiler-rt/test/cfi/CMakeLists.txt
compiler-rt/test/cfi/lit.site.cfg.py.in
compiler-rt/test/lit.common.cfg.py
compiler-rt/test/lit.common.configured.in
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_ignorelist.cpp
llvm/test/tools/llvm-profgen/cs-preinline-cost.test
llvm/test/tools/llvm-profgen/disassemble.test
llvm/test/tools/llvm-profgen/fname-canonicalization.test
llvm/test/tools/llvm-profgen/inline-cs-pseudoprobe.test
llvm/test/tools/llvm-profgen/inline-force-dwarf.test
llvm/test/tools/llvm-profgen/inline-pseudoprobe.test
llvm/test/tools/llvm-profgen/invalid-range.test
llvm/test/tools/llvm-profgen/merge-cold-profile.test
llvm/test/tools/llvm-profgen/noinline-cs-pseudoprobe.test
llvm/test/tools/llvm-profgen/noinline-pseudoprobe.test
llvm/test/tools/llvm-profgen/pseudoprobe-decoding.test
llvm/test/tools/llvm-profgen/recursion-compression-pseudoprobe.test