diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py index 89f1ca6935cff..ac0d40cf25a41 100644 --- a/llvm/test/lit.cfg.py +++ b/llvm/test/lit.cfg.py @@ -64,6 +64,8 @@ config.excludes.append("LoopVectorize") # exclude UpdateTestChecks - they fail because of inserted prof annotations config.excludes.append("UpdateTestChecks") + # TODO(#166655): Reenable Instrumentation tests + config.excludes.append("Instrumentation") # test_source_root: The root path where tests are located. config.test_source_root = os.path.dirname(__file__) diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt index 53757c73fb8a6..e9889ba9cbd81 100644 --- a/llvm/utils/profcheck-xfail.txt +++ b/llvm/utils/profcheck-xfail.txt @@ -83,451 +83,6 @@ DebugInfo/assignment-tracking/X86/hotcoldsplit.ll DebugInfo/Generic/block-asan.ll DebugInfo/KeyInstructions/Generic/loop-unswitch.ll DebugInfo/X86/asan_debug_info.ll -Instrumentation/AddressSanitizer/aarch64be.ll -Instrumentation/AddressSanitizer/adaptive_global_redzones.ll -Instrumentation/AddressSanitizer/AMDGPU/adaptive_constant_global_redzones.ll -Instrumentation/AddressSanitizer/AMDGPU/adaptive_global_redzones.ll -Instrumentation/AddressSanitizer/AMDGPU/asan_do_not_instrument_lds.ll -Instrumentation/AddressSanitizer/AMDGPU/asan_do_not_instrument_scratch.ll -Instrumentation/AddressSanitizer/AMDGPU/asan_instrument_constant_address_space.ll -Instrumentation/AddressSanitizer/AMDGPU/asan_instrument_generic_address_space.ll -Instrumentation/AddressSanitizer/AMDGPU/asan_instrument_global_address_space.ll -Instrumentation/AddressSanitizer/AMDGPU/asan_instrument_mem_intrinsics.ll -Instrumentation/AddressSanitizer/AMDGPU/global_metadata_addrspacecasts.ll -Instrumentation/AddressSanitizer/AMDGPU/instrument-stack.ll -Instrumentation/AddressSanitizer/AMDGPU/no_redzones_in_lds_globals.ll -Instrumentation/AddressSanitizer/AMDGPU/no_redzones_in_scratch_globals.ll -Instrumentation/AddressSanitizer/asan_address_space_attr.ll -Instrumentation/AddressSanitizer/asan-detect-invalid-pointer-pair.ll -Instrumentation/AddressSanitizer/asan-disable-sanitizer-instrumentation.ll -Instrumentation/AddressSanitizer/asan-funclet.ll -Instrumentation/AddressSanitizer/asan-masked-load-store.ll -Instrumentation/AddressSanitizer/asan-optimize-callbacks.ll -Instrumentation/AddressSanitizer/asan-pass-second-run.ll -Instrumentation/AddressSanitizer/asan-scalable-vector.ll -Instrumentation/AddressSanitizer/asan-stack-safety.ll -Instrumentation/AddressSanitizer/asan-struct-scalable.ll -Instrumentation/AddressSanitizer/asan-vp-load-store.ll -Instrumentation/AddressSanitizer/asan-vs-gvn.ll -Instrumentation/AddressSanitizer/asan-win-dont-instrument-catchpad.ll -Instrumentation/AddressSanitizer/basic.ll -Instrumentation/AddressSanitizer/basic-msvc64.ll -Instrumentation/AddressSanitizer/byref-args.ll -Instrumentation/AddressSanitizer/byval-args.ll -Instrumentation/AddressSanitizer/calls-only.ll -Instrumentation/AddressSanitizer/calls-only-smallfn.ll -Instrumentation/AddressSanitizer/coro-byval-param.ll -Instrumentation/AddressSanitizer/debug-info-alloca.ll -Instrumentation/AddressSanitizer/debug-info-global-var.ll -Instrumentation/AddressSanitizer/debug_info.ll -Instrumentation/AddressSanitizer/debug_info_noninstrumented_alloca2.ll -Instrumentation/AddressSanitizer/debug_info_noninstrumented_alloca.ll -Instrumentation/AddressSanitizer/do-not-instrument-globals-darwin.ll -Instrumentation/AddressSanitizer/do-not-instrument-globals-linux.ll -Instrumentation/AddressSanitizer/do-not-instrument-globals-windows.ll -Instrumentation/AddressSanitizer/do-not-instrument-internal-globals.ll -Instrumentation/AddressSanitizer/do-not-instrument-netbsd-link_set.ll -Instrumentation/AddressSanitizer/do-not-instrument-profiling-globals.ll -Instrumentation/AddressSanitizer/do-not-instrument-promotable-allocas.ll -Instrumentation/AddressSanitizer/do-not-instrument-sanitizers.ll -Instrumentation/AddressSanitizer/do-not-touch-comdat-global.ll -Instrumentation/AddressSanitizer/do-not-touch-odr-global.ll -Instrumentation/AddressSanitizer/do-not-touch-threadlocal.ll -Instrumentation/AddressSanitizer/dynamic-shadow-darwin.ll -Instrumentation/AddressSanitizer/experiment-call.ll -Instrumentation/AddressSanitizer/experiment.ll -Instrumentation/AddressSanitizer/fake-stack.ll -Instrumentation/AddressSanitizer/force-dynamic-shadow.ll -Instrumentation/AddressSanitizer/freebsd.ll -Instrumentation/AddressSanitizer/global_addrspace.ll -Instrumentation/AddressSanitizer/global_cstring_darwin.ll -Instrumentation/AddressSanitizer/global_lto_merge.ll -Instrumentation/AddressSanitizer/global_metadata_array.ll -Instrumentation/AddressSanitizer/global_metadata_bitcasts.ll -Instrumentation/AddressSanitizer/global-metadata-code-model-medium.ll -Instrumentation/AddressSanitizer/global-metadata-code-model-small.ll -Instrumentation/AddressSanitizer/global_metadata_darwin.ll -Instrumentation/AddressSanitizer/global_metadata_external_comdat.ll -Instrumentation/AddressSanitizer/global_metadata.ll -Instrumentation/AddressSanitizer/global_metadata_windows.ll -Instrumentation/AddressSanitizer/global_with_comdat.ll -Instrumentation/AddressSanitizer/hoist-argument-init-insts.ll -Instrumentation/AddressSanitizer/instrumentation-with-call-threshold.ll -Instrumentation/AddressSanitizer/instrument-dynamic-allocas.ll -Instrumentation/AddressSanitizer/instrument_global.ll -Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll -Instrumentation/AddressSanitizer/instrument_initializer_without_global.ll -Instrumentation/AddressSanitizer/instrument_late_initializer.ll -Instrumentation/AddressSanitizer/instrument_load_then_store.ll -Instrumentation/AddressSanitizer/instrument-no-return.ll -Instrumentation/AddressSanitizer/instrument-section-invalid-c-ident.ll -Instrumentation/AddressSanitizer/instrument-stack.ll -Instrumentation/AddressSanitizer/kcfi.ll -Instrumentation/AddressSanitizer/kcfi-offset.ll -Instrumentation/AddressSanitizer/keep_going.ll -Instrumentation/AddressSanitizer/lifetime.ll -Instrumentation/AddressSanitizer/lifetime-throw.ll -Instrumentation/AddressSanitizer/lifetime-uar-uas.ll -Instrumentation/AddressSanitizer/local_alias.ll -Instrumentation/AddressSanitizer/localescape.ll -Instrumentation/AddressSanitizer/local_stack_base.ll -Instrumentation/AddressSanitizer/mem-intrinsics.ll -Instrumentation/AddressSanitizer/missing_dbg.ll -Instrumentation/AddressSanitizer/module-flags-aarch64.ll -Instrumentation/AddressSanitizer/module-flags.ll -Instrumentation/AddressSanitizer/musttail.ll -Instrumentation/AddressSanitizer/no-global-ctors.ll -Instrumentation/AddressSanitizer/no_global_dtors.ll -Instrumentation/AddressSanitizer/no-globals.ll -Instrumentation/AddressSanitizer/odr-check-ignore.ll -Instrumentation/AddressSanitizer/program-addrspace.ll -Instrumentation/AddressSanitizer/ps4.ll -Instrumentation/AddressSanitizer/remove-memory-effects.ll -Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll -Instrumentation/AddressSanitizer/scale-offset.ll -Instrumentation/AddressSanitizer/skip-coro.ll -Instrumentation/AddressSanitizer/stack_dynamic_alloca.ll -Instrumentation/AddressSanitizer/stack_layout.ll -Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime-be.ll -Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime.ll -Instrumentation/AddressSanitizer/stack-poisoning-byval-args.ll -Instrumentation/AddressSanitizer/stack-poisoning.ll -Instrumentation/AddressSanitizer/str-nobuiltin.ll -Instrumentation/AddressSanitizer/test64.ll -Instrumentation/AddressSanitizer/twice.ll -Instrumentation/AddressSanitizer/ubsan.ll -Instrumentation/AddressSanitizer/vector-load-store.ll -Instrumentation/AddressSanitizer/version-mismatch-check.ll -Instrumentation/AddressSanitizer/win-sorted-sections.ll -Instrumentation/AddressSanitizer/win-string-literal.ll -Instrumentation/AddressSanitizer/with-ifunc.ll -Instrumentation/AddressSanitizer/X86/asm_cpuid.ll -Instrumentation/AddressSanitizer/X86/asm_more_registers_than_available.ll -Instrumentation/AddressSanitizer/X86/bug_11395.ll -Instrumentation/BoundsChecking/many-trap.ll -Instrumentation/BoundsChecking/many-traps-2.ll -Instrumentation/BoundsChecking/opt.ll -Instrumentation/BoundsChecking/phi.ll -Instrumentation/BoundsChecking/runtimes.ll -Instrumentation/BoundsChecking/simple.ll -Instrumentation/BoundsChecking/ubsan-unique-traps.ll -Instrumentation/DataFlowSanitizer/abilist_aggregate.ll -Instrumentation/DataFlowSanitizer/abilist.ll -Instrumentation/DataFlowSanitizer/atomics.ll -Instrumentation/DataFlowSanitizer/basic.ll -Instrumentation/DataFlowSanitizer/custom_fun_callback_attributes.ll -Instrumentation/DataFlowSanitizer/custom_fun_varargs_attributes.ll -Instrumentation/DataFlowSanitizer/dataflow-disable-sanitizer-instrumentation.ll -Instrumentation/DataFlowSanitizer/debug.ll -Instrumentation/DataFlowSanitizer/extern_weak.ll -Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll -Instrumentation/DataFlowSanitizer/origin_abilist.ll -Instrumentation/DataFlowSanitizer/origin_cached_shadows.ll -Instrumentation/DataFlowSanitizer/origin_load.ll -Instrumentation/DataFlowSanitizer/origin_other_ops.ll -Instrumentation/DataFlowSanitizer/origin_phi.ll -Instrumentation/DataFlowSanitizer/origin_select.ll -Instrumentation/DataFlowSanitizer/origin_store.ll -Instrumentation/DataFlowSanitizer/origin_track_load.ll -Instrumentation/DataFlowSanitizer/select.ll -Instrumentation/DataFlowSanitizer/shadow-args-zext.ll -Instrumentation/DataFlowSanitizer/struct.ll -Instrumentation/DataFlowSanitizer/uninstrumented_local_functions.ll -Instrumentation/HeapProfiler/basic-histogram.ll -Instrumentation/HeapProfiler/basic.ll -Instrumentation/HeapProfiler/filename.ll -Instrumentation/HeapProfiler/instrumentation-use-callbacks.ll -Instrumentation/HeapProfiler/masked-load-store.ll -Instrumentation/HeapProfiler/memprof-options.ll -Instrumentation/HeapProfiler/no-instrumentation.ll -Instrumentation/HeapProfiler/scale-granularity.ll -Instrumentation/HeapProfiler/shadow.ll -Instrumentation/HeapProfiler/skip-compiler-inserted.ll -Instrumentation/HeapProfiler/stack.ll -Instrumentation/HeapProfiler/version-mismatch-check.ll -Instrumentation/HWAddressSanitizer/alloca-array.ll -Instrumentation/HWAddressSanitizer/alloca-compat.ll -Instrumentation/HWAddressSanitizer/alloca.ll -Instrumentation/HWAddressSanitizer/alloca-uninteresting.ll -Instrumentation/HWAddressSanitizer/alloca-with-calls.ll -Instrumentation/HWAddressSanitizer/atomic.ll -Instrumentation/HWAddressSanitizer/basic-compat.ll -Instrumentation/HWAddressSanitizer/basic.ll -Instrumentation/HWAddressSanitizer/coro-byval-param.ll -Instrumentation/HWAddressSanitizer/dbg-assign-tag-offset.ll -Instrumentation/HWAddressSanitizer/dbg-declare-tag-offset.ll -Instrumentation/HWAddressSanitizer/dbg-value-tag-offset.ll -Instrumentation/HWAddressSanitizer/dbg-value-tag-offset-nopad.ll -Instrumentation/HWAddressSanitizer/exception-lifetime.ll -Instrumentation/HWAddressSanitizer/fixed-shadow.ll -Instrumentation/HWAddressSanitizer/fuchsia.ll -Instrumentation/HWAddressSanitizer/globals-access.ll -Instrumentation/HWAddressSanitizer/globals.ll -Instrumentation/HWAddressSanitizer/globals-tag.ll -Instrumentation/HWAddressSanitizer/hwasan-pass-second-run.ll -Instrumentation/HWAddressSanitizer/kernel-inline.ll -Instrumentation/HWAddressSanitizer/landingpad.ll -Instrumentation/HWAddressSanitizer/mapping-override.ll -Instrumentation/HWAddressSanitizer/memaccess-clobber.ll -Instrumentation/HWAddressSanitizer/mem-attr.ll -Instrumentation/HWAddressSanitizer/mem-intrinsics.ll -Instrumentation/HWAddressSanitizer/musttail.ll -Instrumentation/HWAddressSanitizer/personality-bti.ll -Instrumentation/HWAddressSanitizer/personality.ll -Instrumentation/HWAddressSanitizer/pgo-opt-out.ll -Instrumentation/HWAddressSanitizer/pgo-opt-out-no-ps.ll -Instrumentation/HWAddressSanitizer/prologue.ll -Instrumentation/HWAddressSanitizer/RISCV/alloca.ll -Instrumentation/HWAddressSanitizer/RISCV/alloca-with-calls.ll -Instrumentation/HWAddressSanitizer/RISCV/atomic.ll -Instrumentation/HWAddressSanitizer/RISCV/basic.ll -Instrumentation/HWAddressSanitizer/RISCV/exception-lifetime.ll -Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll -Instrumentation/HWAddressSanitizer/RISCV/with-calls.ll -Instrumentation/HWAddressSanitizer/stack-coloring.ll -Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll -Instrumentation/HWAddressSanitizer/str-nobuiltin.ll -Instrumentation/HWAddressSanitizer/use-after-scope.ll -Instrumentation/HWAddressSanitizer/use-after-scope-setjmp.ll -Instrumentation/HWAddressSanitizer/vector-load-store.ll -Instrumentation/HWAddressSanitizer/with-calls.ll -Instrumentation/HWAddressSanitizer/X86/alloca-array.ll -Instrumentation/HWAddressSanitizer/X86/alloca.ll -Instrumentation/HWAddressSanitizer/X86/alloca-with-calls.ll -Instrumentation/HWAddressSanitizer/X86/atomic.ll -Instrumentation/HWAddressSanitizer/X86/basic.ll -Instrumentation/HWAddressSanitizer/X86/globals.ll -Instrumentation/HWAddressSanitizer/X86/with-calls.ll -Instrumentation/HWAddressSanitizer/zero-ptr.ll -Instrumentation/InstrProfiling/always_inline.ll -Instrumentation/InstrProfiling/atomic-updates.ll -Instrumentation/InstrProfiling/comdat.ll -Instrumentation/InstrProfiling/conditional-counter-updates.ll -Instrumentation/InstrProfiling/early-exit.ll -Instrumentation/InstrProfiling/icall-nocomdat.ll -Instrumentation/InstrProfiling/no-counters.ll -Instrumentation/InstrProfiling/platform.ll -Instrumentation/InstrProfiling/profiling.ll -Instrumentation/JustMyCode/jmc-instrument-elf.ll -Instrumentation/JustMyCode/jmc-instrument.ll -Instrumentation/JustMyCode/jmc-instrument-x86.ll -Instrumentation/MemorySanitizer/AArch64/arm64-cvt.ll -Instrumentation/MemorySanitizer/AArch64/arm64-fminv.ll -Instrumentation/MemorySanitizer/AArch64/arm64-ld1.ll -Instrumentation/MemorySanitizer/AArch64/arm64-smaxv.ll -Instrumentation/MemorySanitizer/AArch64/arm64-sminv.ll -Instrumentation/MemorySanitizer/AArch64/arm64-st1_lane.ll -Instrumentation/MemorySanitizer/AArch64/arm64-st1.ll -Instrumentation/MemorySanitizer/AArch64/arm64-st1_origins.ll -Instrumentation/MemorySanitizer/AArch64/arm64-tbl.ll -Instrumentation/MemorySanitizer/AArch64/arm64-umaxv.ll -Instrumentation/MemorySanitizer/AArch64/arm64-uminv.ll -Instrumentation/MemorySanitizer/AArch64/arm64-vadd.ll -Instrumentation/MemorySanitizer/AArch64/arm64-vaddlv.ll -Instrumentation/MemorySanitizer/AArch64/arm64-vaddv.ll -Instrumentation/MemorySanitizer/AArch64/arm64-vcvt.ll -Instrumentation/MemorySanitizer/AArch64/arm64-vmax.ll -Instrumentation/MemorySanitizer/AArch64/arm64-vmovn.ll -Instrumentation/MemorySanitizer/AArch64/arm64-vmul.ll -Instrumentation/MemorySanitizer/AArch64/arm64-vshift.ll -Instrumentation/MemorySanitizer/AArch64/module-flags-aarch64.ll -Instrumentation/MemorySanitizer/AArch64/neon_vst_float.ll -Instrumentation/MemorySanitizer/AArch64/qshrn.ll -Instrumentation/MemorySanitizer/AArch64/sme2-intrinsics-add.ll -Instrumentation/MemorySanitizer/AArch64/sme2-intrinsics-add-mini.ll -Instrumentation/MemorySanitizer/AArch64/sme-aarch64-svcount.ll -Instrumentation/MemorySanitizer/AArch64/sme-aarch64-svcount-mini.ll -Instrumentation/MemorySanitizer/AArch64/vararg.ll -Instrumentation/MemorySanitizer/AArch64/vararg_shadow.ll -Instrumentation/MemorySanitizer/abs-vector.ll -Instrumentation/MemorySanitizer/alloca.ll -Instrumentation/MemorySanitizer/ARM32/vararg-arm32.ll -Instrumentation/MemorySanitizer/array_types.ll -Instrumentation/MemorySanitizer/atomics.ll -Instrumentation/MemorySanitizer/attributes.ll -Instrumentation/MemorySanitizer/bitreverse.ll -Instrumentation/MemorySanitizer/bmi.ll -Instrumentation/MemorySanitizer/byval-alignment.ll -Instrumentation/MemorySanitizer/byval.ll -Instrumentation/MemorySanitizer/check_access_address.ll -Instrumentation/MemorySanitizer/check-array.ll -Instrumentation/MemorySanitizer/check-constant-shadow.ll -Instrumentation/MemorySanitizer/check-struct.ll -Instrumentation/MemorySanitizer/clmul.ll -Instrumentation/MemorySanitizer/count-zeroes.ll -Instrumentation/MemorySanitizer/csr.ll -Instrumentation/MemorySanitizer/disambiguate-origin.ll -Instrumentation/MemorySanitizer/expand-experimental-reductions.ll -Instrumentation/MemorySanitizer/freeze.ll -Instrumentation/MemorySanitizer/funnel_shift.ll -Instrumentation/MemorySanitizer/i386/avx2-intrinsics-i386.ll -Instrumentation/MemorySanitizer/i386/avx-intrinsics-i386.ll -Instrumentation/MemorySanitizer/i386/mmx-intrinsics.ll -Instrumentation/MemorySanitizer/i386/msan_i386intrinsics.ll -Instrumentation/MemorySanitizer/i386/sse2-intrinsics-i386.ll -Instrumentation/MemorySanitizer/i386/sse41-intrinsics-i386.ll -Instrumentation/MemorySanitizer/i386/sse-intrinsics-i386.ll -Instrumentation/MemorySanitizer/i386/vararg_call.ll -Instrumentation/MemorySanitizer/i386/vararg.ll -Instrumentation/MemorySanitizer/i386/vararg_shadow.ll -Instrumentation/MemorySanitizer/i386/vararg-too-large.ll -Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll -Instrumentation/MemorySanitizer/invalidate_global_aa.ll -Instrumentation/MemorySanitizer/is-fpclass.ll -Instrumentation/MemorySanitizer/libatomic.ll -Instrumentation/MemorySanitizer/LoongArch/vararg.ll -Instrumentation/MemorySanitizer/LoongArch/vararg-loongarch64.ll -Instrumentation/MemorySanitizer/manual-shadow.ll -Instrumentation/MemorySanitizer/masked-store-load.ll -Instrumentation/MemorySanitizer/Mips32/vararg-mipsel.ll -Instrumentation/MemorySanitizer/Mips32/vararg-mips.ll -Instrumentation/MemorySanitizer/Mips/vararg-mips64el.ll -Instrumentation/MemorySanitizer/Mips/vararg-mips64.ll -Instrumentation/MemorySanitizer/missing_origin.ll -Instrumentation/MemorySanitizer/msan_asm_conservative.ll -Instrumentation/MemorySanitizer/msan_basic.ll -Instrumentation/MemorySanitizer/msan_debug_info.ll -Instrumentation/MemorySanitizer/msan-disable-checks.ll -Instrumentation/MemorySanitizer/msan_eager.ll -Instrumentation/MemorySanitizer/msan_invalidate.ll -Instrumentation/MemorySanitizer/msan_llvm_is_constant.ll -Instrumentation/MemorySanitizer/msan_llvm_launder_invariant.ll -Instrumentation/MemorySanitizer/msan_llvm_strip_invariant.ll -Instrumentation/MemorySanitizer/msan-pass-second-run.ll -Instrumentation/MemorySanitizer/mul_by_constant.ll -Instrumentation/MemorySanitizer/no-check-rt-unaligned.ll -Instrumentation/MemorySanitizer/nosanitize.ll -Instrumentation/MemorySanitizer/opaque-ptr.ll -Instrumentation/MemorySanitizer/origin-alignment.ll -Instrumentation/MemorySanitizer/origin-array.ll -Instrumentation/MemorySanitizer/or.ll -Instrumentation/MemorySanitizer/overflow.ll -Instrumentation/MemorySanitizer/partial-poison.ll -Instrumentation/MemorySanitizer/PowerPC32/vararg-ppcle.ll -Instrumentation/MemorySanitizer/PowerPC32/vararg-ppc.ll -Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64le.ll -Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64.ll -Instrumentation/MemorySanitizer/pr32842.ll -Instrumentation/MemorySanitizer/reduce.ll -Instrumentation/MemorySanitizer/return_from_main.ll -Instrumentation/MemorySanitizer/RISCV32/vararg-riscv32.ll -Instrumentation/MemorySanitizer/saturating.ll -Instrumentation/MemorySanitizer/scmp.ll -Instrumentation/MemorySanitizer/stable_set_alloca_origin.ll -Instrumentation/MemorySanitizer/store-long-origin.ll -Instrumentation/MemorySanitizer/store-origin.ll -Instrumentation/MemorySanitizer/str-nobuiltin.ll -Instrumentation/MemorySanitizer/SystemZ/vararg.ll -Instrumentation/MemorySanitizer/ucmp.ll -Instrumentation/MemorySanitizer/unreachable.ll -Instrumentation/MemorySanitizer/unsized_type.ll -Instrumentation/MemorySanitizer/vector_arith.ll -Instrumentation/MemorySanitizer/vector_cmp.ll -Instrumentation/MemorySanitizer/vector_cvt.ll -Instrumentation/MemorySanitizer/vector-load-store.ll -Instrumentation/MemorySanitizer/vector_pack.ll -Instrumentation/MemorySanitizer/vector-reduce-fadd.ll -Instrumentation/MemorySanitizer/vector-reduce-fmul.ll -Instrumentation/MemorySanitizer/vector_shift.ll -Instrumentation/MemorySanitizer/vector-track-origins-neon.ll -Instrumentation/MemorySanitizer/vector-track-origins-struct.ll -Instrumentation/MemorySanitizer/vscale.ll -Instrumentation/MemorySanitizer/with-call-type-size.ll -Instrumentation/MemorySanitizer/X86/avx10_2_512ni-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx10_2ni-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx2-intrinsics-x86.ll -Instrumentation/MemorySanitizer/X86/avx512bw-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512bw-intrinsics-upgrade.ll -Instrumentation/MemorySanitizer/X86/avx512fp16-arith-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512fp16-arith-vl-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512fp16-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512-gfni-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512-intrinsics-upgrade.ll -Instrumentation/MemorySanitizer/X86/avx512vl-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512vl_vnni-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512vl_vnni-intrinsics-upgrade.ll -Instrumentation/MemorySanitizer/X86/avx512vnni-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx512vnni-intrinsics-upgrade.ll -Instrumentation/MemorySanitizer/X86/avx-intrinsics-x86.ll -Instrumentation/MemorySanitizer/X86/avxvnniint16-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avxvnniint8-intrinsics.ll -Instrumentation/MemorySanitizer/X86/avx_vnni-intrinsics.ll -Instrumentation/MemorySanitizer/X86/f16c-intrinsics.ll -Instrumentation/MemorySanitizer/X86/f16c-intrinsics-upgrade.ll -Instrumentation/MemorySanitizer/X86/mmx-intrinsics.ll -Instrumentation/MemorySanitizer/X86/msan_x86intrinsics.ll -Instrumentation/MemorySanitizer/X86/sse2-intrinsics-x86.ll -Instrumentation/MemorySanitizer/X86/sse41-intrinsics-x86.ll -Instrumentation/MemorySanitizer/X86/sse-intrinsics-x86.ll -Instrumentation/MemorySanitizer/X86/vararg_call.ll -Instrumentation/MemorySanitizer/X86/vararg_shadow.ll -Instrumentation/MemorySanitizer/X86/vararg-too-large.ll -Instrumentation/MemorySanitizer/X86/x86-vpermi2.ll -Instrumentation/NumericalStabilitySanitizer/basic.ll -Instrumentation/NumericalStabilitySanitizer/cfg.ll -Instrumentation/NumericalStabilitySanitizer/invoke.ll -Instrumentation/NumericalStabilitySanitizer/memory.ll -Instrumentation/NumericalStabilitySanitizer/non_float_store.ll -Instrumentation/NumericalStabilitySanitizer/scalable_vector.ll -Instrumentation/RealtimeSanitizer/rtsan_blocking.ll -Instrumentation/RealtimeSanitizer/rtsan.ll -Instrumentation/RealtimeSanitizer/rtsan_multi_return.ll -Instrumentation/SanitizerBinaryMetadata/atomics.ll -Instrumentation/SanitizerBinaryMetadata/ctor.ll -Instrumentation/SanitizerBinaryMetadata/pretend-atomic-access.ll -Instrumentation/SanitizerBinaryMetadata/shared-mutable.ll -Instrumentation/SanitizerCoverage/backedge-pruning.ll -Instrumentation/SanitizerCoverage/cmp-tracing-api-x86_32.ll -Instrumentation/SanitizerCoverage/cmp-tracing-api-x86_64.ll -Instrumentation/SanitizerCoverage/cmp-tracing.ll -Instrumentation/SanitizerCoverage/coff-comdat.ll -Instrumentation/SanitizerCoverage/coff-pc-table-inline-8bit-counters.ll -Instrumentation/SanitizerCoverage/coff-pc-table-inline-bool-flag.ll -Instrumentation/SanitizerCoverage/coff-used-ctor.ll -Instrumentation/SanitizerCoverage/const-cmp-tracing.ll -Instrumentation/SanitizerCoverage/control-flow.ll -Instrumentation/SanitizerCoverage/coverage2-dbg.ll -Instrumentation/SanitizerCoverage/coverage-dbg.ll -Instrumentation/SanitizerCoverage/coverage-disable-sanitizer-instrumentation.ll -Instrumentation/SanitizerCoverage/coverage.ll -Instrumentation/SanitizerCoverage/div-tracing.ll -Instrumentation/SanitizerCoverage/gep-tracing.ll -Instrumentation/SanitizerCoverage/inline-8bit-counters.ll -Instrumentation/SanitizerCoverage/inline-bool-flag.ll -Instrumentation/SanitizerCoverage/interposable-symbol.ll -Instrumentation/SanitizerCoverage/missing_dbg.ll -Instrumentation/SanitizerCoverage/opaque-ptr.ll -Instrumentation/SanitizerCoverage/pc-table.ll -Instrumentation/SanitizerCoverage/seh.ll -Instrumentation/SanitizerCoverage/stack-depth.ll -Instrumentation/SanitizerCoverage/switch-tracing.ll -Instrumentation/SanitizerCoverage/trace-pc-guard-inline-8bit-counters.ll -Instrumentation/SanitizerCoverage/trace-pc-guard-inline-bool-flag.ll -Instrumentation/SanitizerCoverage/trace-pc-guard.ll -Instrumentation/SanitizerCoverage/tracing-comdat.ll -Instrumentation/SanitizerCoverage/tracing.ll -Instrumentation/SanitizerCoverage/unreachable-critedge.ll -Instrumentation/sanitizers-naked.ll -Instrumentation/ThreadSanitizer/do-not-instrument-memory-access.ll -Instrumentation/ThreadSanitizer/tsan_basic.ll -Instrumentation/ThreadSanitizer/tsan-pass-second-run.ll -Instrumentation/TypeSanitizer/access-with-offset.ll -Instrumentation/TypeSanitizer/alloca.ll -Instrumentation/TypeSanitizer/alloca-only.ll -Instrumentation/TypeSanitizer/anon.ll -Instrumentation/TypeSanitizer/basic.ll -Instrumentation/TypeSanitizer/basic-nosan.ll -Instrumentation/TypeSanitizer/basic_outlined.ll -Instrumentation/TypeSanitizer/basic_verify_outlined.ll -Instrumentation/TypeSanitizer/byval.ll -Instrumentation/TypeSanitizer/globals.ll -Instrumentation/TypeSanitizer/globals_outlined.ll -Instrumentation/TypeSanitizer/invalid-metadata.ll -Instrumentation/TypeSanitizer/memintrinsics.ll -Instrumentation/TypeSanitizer/nosanitize.ll -Instrumentation/TypeSanitizer/sanitize-no-tbaa.ll -Instrumentation/TypeSanitizer/swifterror.ll LTO/X86/diagnostic-handler-remarks-with-hotness.ll Other/optimization-remarks-auto.ll Other/X86/debugcounter-partiallyinlinelibcalls.ll