[llvm] [RemoveDIs] Remove "try-debuginfo-iterators..." test flags (PR #130298)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 7 08:07:33 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-arm
Author: Jeremy Morse (jmorse)
<details>
<summary>Changes</summary>
These date back to when the non-intrinsic format of variable locations was still being tested and was behind a compile-time flag, so not all builds / bots would correctly run them. The solution at the time, to get at least some test coverage, was to have tests opt-in to non-intrinsic debug-info if it was built into LLVM.
Nowadays, non-intrinsic format is the default and has been on for more than a year, there's no need for this flag to exist.
(I've downgraded the flag from "try" to explicitly requesting non-intrinsic format in some places, so that we can deal with tests that are explicitly about non-intrinsic format in their own commit).
---
Patch is 296.51 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/130298.diff
420 Files Affected:
- (modified) llvm/test/CodeGen/AArch64/GlobalISel/combine-shift-of-shifted-dbg-value-fallback.ll (-1)
- (modified) llvm/test/CodeGen/AArch64/GlobalISel/debug-cpp.ll (-2)
- (modified) llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll (-3)
- (modified) llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll (-2)
- (modified) llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-extract-used-by-dbg.ll (-1)
- (modified) llvm/test/CodeGen/AArch64/dbg-assign-tag-offset-mix-loc.ll (-1)
- (modified) llvm/test/CodeGen/AArch64/dbg-assign-tag-offset.ll (-1)
- (modified) llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll (-3)
- (modified) llvm/test/CodeGen/AArch64/fast-isel-dbg.ll (-1)
- (modified) llvm/test/CodeGen/AArch64/fastisel-debugvalue-undef.ll (-1)
- (modified) llvm/test/CodeGen/AArch64/stack-tagging-dbg-assign-tag-offset.ll (-1)
- (modified) llvm/test/CodeGen/AArch64/stack-tagging-dbg-declare-tag-offset.ll (-1)
- (modified) llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll (-1)
- (modified) llvm/test/CodeGen/AMDGPU/llvm.dbg.value.ll (-2)
- (modified) llvm/test/CodeGen/AMDGPU/si-annotate-dbg-info.ll (-1)
- (modified) llvm/test/CodeGen/ARM/debug-info-blocks.ll (-1)
- (modified) llvm/test/CodeGen/Generic/csw-debug-assert.ll (-1)
- (modified) llvm/test/CodeGen/X86/2010-08-04-StackVariable.ll (-1)
- (modified) llvm/test/CodeGen/X86/DbgValueOtherTargets.test (-2)
- (modified) llvm/test/CodeGen/X86/GlobalISel/x86-calllowering-dbg-trunc.ll (-1)
- (modified) llvm/test/CodeGen/X86/dbg-combine.ll (-1)
- (modified) llvm/test/CodeGen/X86/fast-isel-dbg-value-alloca.ll (-1)
- (modified) llvm/test/CodeGen/X86/fold-sext-trunc.ll (-2)
- (modified) llvm/test/CodeGen/X86/fold-zext-trunc.ll (-2)
- (modified) llvm/test/CodeGen/X86/label-heapallocsite.ll (-2)
- (modified) llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll (-1)
- (modified) llvm/test/CodeGen/X86/pr53243-tail-call-fastisel.ll (-1)
- (modified) llvm/test/CodeGen/X86/select-optimize.ll (-2)
- (modified) llvm/test/CodeGen/X86/selectiondag-order.ll (-1)
- (modified) llvm/test/CodeGen/X86/sink-local-value.ll (-1)
- (modified) llvm/test/DebugInfo/AArch64/cfi-eof-prologue.ll (-1)
- (modified) llvm/test/DebugInfo/AArch64/frameindices.ll (-1)
- (modified) llvm/test/DebugInfo/AArch64/select-optimize-trailing-dbg-records.ll (-2)
- (modified) llvm/test/DebugInfo/ARM/lowerbdgdeclare_vla.ll (-1)
- (modified) llvm/test/DebugInfo/ARM/split-complex.ll (-3)
- (modified) llvm/test/DebugInfo/ARM/sroa-complex.ll (-1)
- (modified) llvm/test/DebugInfo/COFF/class-options-common.ll (-3)
- (modified) llvm/test/DebugInfo/COFF/cpp-mangling.ll (-3)
- (modified) llvm/test/DebugInfo/COFF/enum-co.ll (-2)
- (modified) llvm/test/DebugInfo/COFF/function-options.ll (-2)
- (modified) llvm/test/DebugInfo/COFF/global_visibility.ll (-1)
- (modified) llvm/test/DebugInfo/COFF/globals.ll (-5)
- (modified) llvm/test/DebugInfo/COFF/lambda.ll (-2)
- (modified) llvm/test/DebugInfo/COFF/lines-bb-start.ll (-1)
- (modified) llvm/test/DebugInfo/COFF/nrvo.ll (-2)
- (modified) llvm/test/DebugInfo/COFF/numeric-leaves.ll (-3)
- (modified) llvm/test/DebugInfo/COFF/parent-type-scopes.ll (-3)
- (modified) llvm/test/DebugInfo/COFF/purge-typedef-udts.ll (-1)
- (modified) llvm/test/DebugInfo/COFF/thunk.ll (-3)
- (modified) llvm/test/DebugInfo/COFF/type-quals.ll (-2)
- (modified) llvm/test/DebugInfo/COFF/types-cvarargs.ll (-2)
- (modified) llvm/test/DebugInfo/COFF/types-integer-old.ll (-1)
- (modified) llvm/test/DebugInfo/COFF/types-method-ref-qualifiers.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/2010-10-01-crash.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/PR20038.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/adce/no-delete.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/codegenprepare/sunk-addr.ll (-5)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/hwasan.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/long-double-x87.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/nullptr-declare.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/scalable-vector.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/set-flag-only-if-modified.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/structured-bindings.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/var-not-alloca-sized.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/vla.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/dse/dse-after-memcpyopt-merge.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/dse/shorten-offset.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/dse/shorten.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/inline/id.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/inline/inline-stores.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/inline/shared-alloca.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/inline/use-before-def.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/do-not-remove-redundant-dbg.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/memset.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/remove-redundant-dbg.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/sink-store.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/sink.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/store-new-type.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/storemerge.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/licm/merge.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/licm/multi-exit.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/loop-deletion/dead-loop.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/loop-vectorize/remove-redundant-dbg.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/mem2reg/phi.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/mem2reg/single-block-alloca.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/mem2reg/single-store-alloca.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/mem2reg/store-to-part-of-alloca.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/memcpyopt/merge-stores.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/mldst-motion/diamond.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/optnone.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/parse-and-verify/instruction-type.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/parse-and-verify/roundtrip.ll (-3)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/parse-and-verify/verify.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/remove-redundant-fwd-scan-linked.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/remove-redundant.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/salvage-value.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/simplifycfg/empty-block.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/simplifycfg/speculated-store.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/slp-vectorizer/merge-scalars.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/after-inlining.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/alloca-single-slice.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/arglist.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/complex.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/fail-fragment.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/frag-2.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/frag.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/id.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/memcpy.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/memmove-to-from-same-alloca.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/remove-redundant-dbg.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/rewrite.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/split-pre-fragmented-store-2.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/split-pre-fragmented-store.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/store.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/unspecified-var-size.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/user-memcpy.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/var-sized-fragment.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/vec-1.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/sroa/vec-2.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/assignment-tracking/track-assignments.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/block-asan.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/dbg-value-lower-linenos.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/dead-argument-order.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/discriminated-union.ll (-3)
- (modified) llvm/test/DebugInfo/Generic/disubrange_vla.ll (-7)
- (modified) llvm/test/DebugInfo/Generic/enum-types.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/enum.ll (-3)
- (modified) llvm/test/DebugInfo/Generic/import-inlined-declaration.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/inline-alloca-ordering.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/inline-dbg-values.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/inline-debug-loc.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/inlined-vars.ll (-2)
- (modified) llvm/test/DebugInfo/Generic/ipsccp-remap-assign-id.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/mem2reg-promote-alloca-1.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/mem2reg-promote-alloca-2.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/mem2reg-promote-alloca-3.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/recursive_inlining.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/sroa-larger.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/sroa-samesize.ll (-1)
- (modified) llvm/test/DebugInfo/Generic/univariant-discriminated-union.ll (-3)
- (modified) llvm/test/DebugInfo/Generic/volatile-alloca.ll (-1)
- (modified) llvm/test/DebugInfo/Mips/InlinedFnLocalVar.ll (-1)
- (modified) llvm/test/DebugInfo/Mips/delay-slot.ll (-1)
- (modified) llvm/test/DebugInfo/X86/DW_AT_const_value.ll (-1)
- (modified) llvm/test/DebugInfo/X86/InlinedFnLocalVar.ll (-1)
- (modified) llvm/test/DebugInfo/X86/aligned_stack_var.ll (-3)
- (modified) llvm/test/DebugInfo/X86/arg-dbg-value-list.ll (-2)
- (modified) llvm/test/DebugInfo/X86/arguments.ll (-3)
- (modified) llvm/test/DebugInfo/X86/array2.ll (-1)
- (modified) llvm/test/DebugInfo/X86/asan_debug_info.ll (-4)
- (modified) llvm/test/DebugInfo/X86/block-capture.ll (-3)
- (modified) llvm/test/DebugInfo/X86/byvalstruct.ll (-2)
- (modified) llvm/test/DebugInfo/X86/codegenprep-addrsink.ll (-1)
- (modified) llvm/test/DebugInfo/X86/codegenprepare-rollback.ll (-1)
- (modified) llvm/test/DebugInfo/X86/convert-linked.ll (-1)
- (modified) llvm/test/DebugInfo/X86/dbg-declare-arg.ll (-1)
- (modified) llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll (-5)
- (modified) llvm/test/DebugInfo/X86/dbg-declare.ll (-4)
- (modified) llvm/test/DebugInfo/X86/dbg-empty-metadata-lowering.ll (-7)
- (modified) llvm/test/DebugInfo/X86/dbg-val-list-dangling.ll (-1)
- (modified) llvm/test/DebugInfo/X86/dbg-val-list-undef.ll (-2)
- (modified) llvm/test/DebugInfo/X86/dbg-value-arg-movement.ll (-2)
- (modified) llvm/test/DebugInfo/X86/dbg_value_direct.ll (-1)
- (modified) llvm/test/DebugInfo/X86/debug-info-block-captured-self.ll (-3)
- (modified) llvm/test/DebugInfo/X86/debug-info-blocks.ll (-3)
- (modified) llvm/test/DebugInfo/X86/debug-info-template-parameter.ll (-1)
- (modified) llvm/test/DebugInfo/X86/debug_value_list_selectiondag.ll (-5)
- (modified) llvm/test/DebugInfo/X86/dont-drop-dbg-assigns-in-isels.ll (-2)
- (modified) llvm/test/DebugInfo/X86/double-declare.ll (-1)
- (modified) llvm/test/DebugInfo/X86/empty-metadata-dbg-declare.ll (-1)
- (modified) llvm/test/DebugInfo/X86/fi-piece.ll (-1)
- (modified) llvm/test/DebugInfo/X86/formal_parameter.ll (-1)
- (modified) llvm/test/DebugInfo/X86/implicit_value-double.ll (-3)
- (modified) llvm/test/DebugInfo/X86/instcombine-instrinsics.ll (-1)
- (modified) llvm/test/DebugInfo/X86/instr-ref-opt-levels.ll (-11)
- (modified) llvm/test/DebugInfo/X86/instr-ref-selectiondag.ll (-15)
- (modified) llvm/test/DebugInfo/X86/licm-undef-dbg-value.ll (-1)
- (modified) llvm/test/DebugInfo/X86/mem2reg_fp80.ll (-1)
- (modified) llvm/test/DebugInfo/X86/missing-abstract-variable.ll (-1)
- (modified) llvm/test/DebugInfo/X86/parameters.ll (-1)
- (modified) llvm/test/DebugInfo/X86/pieces-1.ll (-1)
- (modified) llvm/test/DebugInfo/X86/pieces-3.ll (-1)
- (modified) llvm/test/DebugInfo/X86/pieces-4.ll (-2)
- (modified) llvm/test/DebugInfo/X86/reference-argument.ll (-2)
- (modified) llvm/test/DebugInfo/X86/safestack-byval.ll (-2)
- (modified) llvm/test/DebugInfo/X86/salvage-add-node-indirect.ll (-1)
- (modified) llvm/test/DebugInfo/X86/sdag-dangling-dbgvalue.ll (-10)
- (modified) llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-1.ll (-4)
- (modified) llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-2.ll (-4)
- (modified) llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-3.ll (-4)
- (modified) llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-4.ll (-4)
- (modified) llvm/test/DebugInfo/X86/sdag-dbgvalue-ssareg.ll (-4)
- (modified) llvm/test/DebugInfo/X86/sdag-ir-salvage.ll (-5)
- (modified) llvm/test/DebugInfo/X86/spill-indirect-nrvo.ll (-4)
- (modified) llvm/test/DebugInfo/X86/spill-nontrivial-param.ll (-2)
- (modified) llvm/test/DebugInfo/X86/sret.ll (-4)
- (modified) llvm/test/DebugInfo/X86/sroa-after-inlining.ll (-1)
- (modified) llvm/test/DebugInfo/X86/sroasplit-1.ll (-1)
- (modified) llvm/test/DebugInfo/X86/sroasplit-2.ll (-1)
- (modified) llvm/test/DebugInfo/X86/sroasplit-3.ll (-1)
- (modified) llvm/test/DebugInfo/X86/sroasplit-4.ll (-1)
- (modified) llvm/test/DebugInfo/X86/sroasplit-5.ll (-1)
- (modified) llvm/test/DebugInfo/X86/sroasplit-dbg-declare.ll (-1)
- (modified) llvm/test/DebugInfo/X86/subreg.ll (-1)
- (modified) llvm/test/DebugInfo/X86/subregisters.ll (-3)
- (modified) llvm/test/DebugInfo/X86/union-const.ll (-1)
- (modified) llvm/test/DebugInfo/X86/vla-global.ll (-1)
- (modified) llvm/test/DebugInfo/X86/vla-multi.ll (-1)
- (modified) llvm/test/DebugInfo/X86/vla.ll (-1)
- (modified) llvm/test/DebugInfo/assignment-tracking/AArch64/scalable-vectors.ll (-1)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/DSE.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/assignment-tracking-not-enabled.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/coalesce-cfg.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/coalesce-options.ll (-10)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/coalesce-simple.ll (-2)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/dbg-phi-produces-undef.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/diamond-1.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/diamond-2.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/diamond-3.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/frag-size-zero.ll (-1)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/global-storage.ll (-1)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/large-type.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/loop-hoist.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/loop-sink.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/loop-unroll.ll (-3)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/lower-offset-expression.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/lower-to-value.ll (-10)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/mem-loc-frag-fill-cfg.ll (-9)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/mem-loc-frag-fill.ll (-9)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/negative-offset.ll (-1)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/nested-loop-frags.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/nested-loop-sroa.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/nested-loop.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/no-redundant-def-after-alloca.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/order-of-defs.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/remove-redundant-defs-bwd-scan.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/remove-redundant-defs-to-prevent-reordering.ll (-8)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll (-2)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/sdag-dangling-dbgassign.ll (-8)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/sdag-ir-salvage-assign.ll (-10)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/sdag-transfer-dbgassign.ll (-8)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/single-memory-location-2.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/single-memory-location.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/split-alloca.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/untagged-store-assignment-extra-checks.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/untagged-store-assignment-outside-variable.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/untagged-store-frag.ll (-2)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/use-known-value-at-early-mem-def-2.ll (-4)
- (modified) llvm/test/DebugInfo/assignment-tracking/X86/use-known-value-at-early-mem-def.ll (-4)
- (modified) llvm/test/DebugInfo/duplicate_dbgvalue.ll (-1)
- (modified) llvm/test/DebugInfo/instcombine-sink-latest-assignment.ll (-1)
- (modified) llvm/test/DebugInfo/roundtrip-non-instruction-debug-info.ll (+3-3)
- (modified) llvm/test/DebugInfo/salvage-gep.ll (-1)
- (modified) llvm/test/DebugInfo/salvage-limit-expr-size.ll (-1)
- (modified) llvm/test/DebugInfo/salvage-overflow.ll (-1)
- (modified) llvm/test/Instrumentation/HWAddressSanitizer/alloca.ll (-2)
- (modified) llvm/test/Instrumentation/HWAddressSanitizer/dbg-assign-tag-offset.ll (-1)
- (modified) llvm/test/Instrumentation/HWAddressSanitizer/dbg-declare-tag-offset.ll (-5)
- (modified) llvm/test/LTO/X86/pr38046.ll (-8)
- (modified) llvm/test/Linker/debug-info-use-before-def.ll (-1)
- (modified) llvm/test/Linker/thinlto_funcimport_debug.ll (-4)
- (modified) llvm/test/ThinLTO/X86/crash_debuginfo.ll (-3)
- (modified) llvm/test/ThinLTO/X86/debuginfo-cu-import.ll (-4)
- (modified) llvm/test/ThinLTO/X86/pr35472.ll (-6)
- (modified) llvm/test/Transforms/ADCE/adce-salvage-dbg-value.ll (-1)
- (modified) llvm/test/Transforms/ADCE/debug-info-intrinsic.ll (-1)
- (modified) llvm/test/Transforms/ArgumentPromotion/pr27568.ll (-1)
- (modified) llvm/test/Transforms/Attributor/ArgumentPromotion/alignment.ll (-4)
- (modified) llvm/test/Transforms/Attributor/ArgumentPromotion/pr33641_remove_arg_dbgvalue.ll (-2)
- (modified) llvm/test/Transforms/BDCE/basic.ll (-1)
``````````diff
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/combine-shift-of-shifted-dbg-value-fallback.ll b/llvm/test/CodeGen/AArch64/GlobalISel/combine-shift-of-shifted-dbg-value-fallback.ll
index 930d39dfa298b..adaf54cbc9620 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/combine-shift-of-shifted-dbg-value-fallback.ll
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/combine-shift-of-shifted-dbg-value-fallback.ll
@@ -1,6 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -global-isel -mtriple=arm64-linux-gnu -global-isel-abort=1 | FileCheck %s
-; RUN: llc < %s -global-isel -mtriple=arm64-linux-gnu -global-isel-abort=1 --try-experimental-debuginfo-iterators | FileCheck %s
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
target triple = "arm64-apple-ios9.0.0"
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/debug-cpp.ll b/llvm/test/CodeGen/AArch64/GlobalISel/debug-cpp.ll
index 485ab18ec7db9..cb4a01cbcf092 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/debug-cpp.ll
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/debug-cpp.ll
@@ -1,7 +1,5 @@
; RUN: llc -global-isel -mtriple=aarch64 %s -stop-after=irtranslator -o - | FileCheck %s
; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 -o /dev/null
-; RUN: llc -global-isel -mtriple=aarch64 %s -stop-after=irtranslator -o - --try-experimental-debuginfo-iterators | FileCheck %s
-; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 -o /dev/null --try-experimental-debuginfo-iterators
; struct NTCopy {
; NTCopy();
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll b/llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
index 960ea4e5b9f42..64fde65bf8b5e 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
@@ -3,9 +3,6 @@
; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null
; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null -debug
;
-; RUN: llc -global-isel -mtriple=aarch64 %s -stop-after=irtranslator -o - --try-experimental-debuginfo-iterators | FileCheck %s
-; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null --try-experimental-debuginfo-iterators
-; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null -debug --try-experimental-debuginfo-iterators
; CHECK-LABEL: name: debug_declare
; CHECK: stack:
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
index fc17a62a4d704..7883aa2fb940d 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
@@ -1,7 +1,5 @@
; RUN: llc -O0 -mtriple=aarch64-apple-ios -global-isel -debug-only=irtranslator \
; RUN: -stop-after=irtranslator %s -o - 2>&1 | FileCheck %s
-; RUN: llc -O0 -mtriple=aarch64-apple-ios -global-isel -debug-only=irtranslator \
-; RUN: -stop-after=irtranslator %s -o - 2>&1 --try-experimental-debuginfo-iterators | FileCheck %s
; REQUIRES: asserts
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-extract-used-by-dbg.ll b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-extract-used-by-dbg.ll
index 1304747789f2a..9f398b4a9d3b1 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-extract-used-by-dbg.ll
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-extract-used-by-dbg.ll
@@ -1,5 +1,4 @@
; RUN: llc -O0 -stop-after=irtranslator -global-isel -verify-machineinstrs %s -o - 2>&1 | FileCheck %s
-; RUN: llc -O0 -stop-after=irtranslator -global-isel -verify-machineinstrs %s -o - 2>&1 --try-experimental-debuginfo-iterators | FileCheck %s
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64-unknown-fuchsia"
diff --git a/llvm/test/CodeGen/AArch64/dbg-assign-tag-offset-mix-loc.ll b/llvm/test/CodeGen/AArch64/dbg-assign-tag-offset-mix-loc.ll
index d9d0d982fd9e8..ef0dd46cb45c7 100644
--- a/llvm/test/CodeGen/AArch64/dbg-assign-tag-offset-mix-loc.ll
+++ b/llvm/test/CodeGen/AArch64/dbg-assign-tag-offset-mix-loc.ll
@@ -1,5 +1,4 @@
; RUN: llc -filetype=obj -o - %s | llvm-dwarfdump - | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -filetype=obj -o - %s | llvm-dwarfdump - | FileCheck %s
;; Similar to dbg-assign-tag-offset.ll except the variable 'x' has been removed
;; and 'y' has an implicit location range as well as stack location range
diff --git a/llvm/test/CodeGen/AArch64/dbg-assign-tag-offset.ll b/llvm/test/CodeGen/AArch64/dbg-assign-tag-offset.ll
index 155e6107158ab..5ba0ab424ed4b 100644
--- a/llvm/test/CodeGen/AArch64/dbg-assign-tag-offset.ll
+++ b/llvm/test/CodeGen/AArch64/dbg-assign-tag-offset.ll
@@ -1,5 +1,4 @@
; RUN: llc -filetype=obj -o - %s | llvm-dwarfdump - | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -filetype=obj -o - %s | llvm-dwarfdump - | FileCheck %s
;; Copied from dbg-value-tag-offset.ll. Check that variables with locations
;; tracked with dbg.assigns with DW_OP_LLVM_TAG_offset operators in their
diff --git a/llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll b/llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
index 4649fad5b2c2a..e52555ba6350a 100644
--- a/llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
+++ b/llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
@@ -2,9 +2,6 @@
; RUN: llc --mtriple="aarch64-" -O0 -fast-isel=false -global-isel=false -stop-after=finalize-isel %s -o - | FileCheck %s --check-prefix=AARCH
; RUN: llc --mtriple="aarch64-" -O0 -fast-isel -stop-after=finalize-isel %s -o - | FileCheck %s --check-prefix=AARCH
-; RUN: llc --mtriple="aarch64-" -O0 -global-isel -stop-after=irtranslator -verify-machineinstrs %s -o - --try-experimental-debuginfo-iterators | FileCheck %s --check-prefix=AARCH
-; RUN: llc --mtriple="aarch64-" -O0 -fast-isel=false -global-isel=false -stop-after=finalize-isel %s -o - --try-experimental-debuginfo-iterators | FileCheck %s --check-prefix=AARCH
-; RUN: llc --mtriple="aarch64-" -O0 -fast-isel -stop-after=finalize-isel %s -o - --try-experimental-debuginfo-iterators | FileCheck %s --check-prefix=AARCH
; AARCH-NOT: DBG_VALUE
; AARCH: DBG_VALUE $x22, $noreg, !{{.*}}, !DIExpression(DW_OP_LLVM_entry_value, 1)
diff --git a/llvm/test/CodeGen/AArch64/fast-isel-dbg.ll b/llvm/test/CodeGen/AArch64/fast-isel-dbg.ll
index 0c1a693089cb0..d17c14747b942 100644
--- a/llvm/test/CodeGen/AArch64/fast-isel-dbg.ll
+++ b/llvm/test/CodeGen/AArch64/fast-isel-dbg.ll
@@ -1,5 +1,4 @@
; RUN: llc -o - %s -fast-isel -stop-before=finalize-isel | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -o - %s -fast-isel -stop-before=finalize-isel | FileCheck %s
; Make sure fast-isel produces DBG_VALUE instructions even if no debug printer
; is scheduled because of -stop-before.
diff --git a/llvm/test/CodeGen/AArch64/fastisel-debugvalue-undef.ll b/llvm/test/CodeGen/AArch64/fastisel-debugvalue-undef.ll
index c30a01baedaf3..cccede6a50459 100644
--- a/llvm/test/CodeGen/AArch64/fastisel-debugvalue-undef.ll
+++ b/llvm/test/CodeGen/AArch64/fastisel-debugvalue-undef.ll
@@ -1,5 +1,4 @@
; RUN: llc -O0 -fast-isel=1 -o - -print-after="finalize-isel" %s 2>&1 | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -O0 -fast-isel=1 -o - -print-after="finalize-isel" %s 2>&1 | FileCheck %s
; Check that we emit a DBG_VALUE for the `@llvm.dbg.value` which has `undef` has first arg.
diff --git a/llvm/test/CodeGen/AArch64/stack-tagging-dbg-assign-tag-offset.ll b/llvm/test/CodeGen/AArch64/stack-tagging-dbg-assign-tag-offset.ll
index 1e78e98bb78b2..a936188cc1f85 100644
--- a/llvm/test/CodeGen/AArch64/stack-tagging-dbg-assign-tag-offset.ll
+++ b/llvm/test/CodeGen/AArch64/stack-tagging-dbg-assign-tag-offset.ll
@@ -1,5 +1,4 @@
; RUN: opt -aarch64-stack-tagging -stack-tagging-record-stack-history=instr -S -o - %s | FileCheck %s
-; RUN: opt --try-experimental-debuginfo-iterators -aarch64-stack-tagging -stack-tagging-record-stack-history=instr -S -o - %s | FileCheck %s
source_filename = "test.ll"
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
diff --git a/llvm/test/CodeGen/AArch64/stack-tagging-dbg-declare-tag-offset.ll b/llvm/test/CodeGen/AArch64/stack-tagging-dbg-declare-tag-offset.ll
index a2e6096d8cb92..aca272ff3e557 100644
--- a/llvm/test/CodeGen/AArch64/stack-tagging-dbg-declare-tag-offset.ll
+++ b/llvm/test/CodeGen/AArch64/stack-tagging-dbg-declare-tag-offset.ll
@@ -3,7 +3,6 @@
;; Also test with RemoveDIs to verify that debug intrinsics immediately
;; preceding an alloca (or other instruction of interest to stack tagging) will
;; be correctly processed.
-; RUN: opt --try-experimental-debuginfo-iterators -aarch64-stack-tagging -stack-tagging-record-stack-history=instr -S -o - %s | FileCheck %s
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64--linux-android35"
diff --git a/llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll b/llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll
index d81ae9dc8b556..925962ff2f31b 100644
--- a/llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll
+++ b/llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll
@@ -1,5 +1,4 @@
; RUN: opt < %s -aarch64-stack-tagging -S -o - | FileCheck %s
-; RUN: opt < %s -aarch64-stack-tagging -S -o - --try-experimental-debuginfo-iterators | FileCheck %s
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64--linux-android"
diff --git a/llvm/test/CodeGen/AMDGPU/llvm.dbg.value.ll b/llvm/test/CodeGen/AMDGPU/llvm.dbg.value.ll
index 235d8dde96658..0843ebe9cc36e 100644
--- a/llvm/test/CodeGen/AMDGPU/llvm.dbg.value.ll
+++ b/llvm/test/CodeGen/AMDGPU/llvm.dbg.value.ll
@@ -1,8 +1,6 @@
; RUN: llc -O0 -mtriple=amdgcn-unknown-amdhsa -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,NOOPT %s
; RUN: llc -mtriple=amdgcn-unknown-amdhsa -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,OPT %s
-; RUN: llc -O0 -mtriple=amdgcn-unknown-amdhsa -verify-machineinstrs < %s --try-experimental-debuginfo-iterators | FileCheck -check-prefixes=GCN,NOOPT %s
-; RUN: llc -mtriple=amdgcn-unknown-amdhsa -verify-machineinstrs < %s --try-experimental-debuginfo-iterators | FileCheck -check-prefixes=GCN,OPT %s
; GCN-LABEL: {{^}}test_debug_value:
; NOOPT: .loc 1 1 42 prologue_end ; /tmp/test_debug_value.cl:1:42
diff --git a/llvm/test/CodeGen/AMDGPU/si-annotate-dbg-info.ll b/llvm/test/CodeGen/AMDGPU/si-annotate-dbg-info.ll
index 15f6bb632f311..74b1045813f41 100644
--- a/llvm/test/CodeGen/AMDGPU/si-annotate-dbg-info.ll
+++ b/llvm/test/CodeGen/AMDGPU/si-annotate-dbg-info.ll
@@ -1,6 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
; RUN: opt -mtriple=amdgcn-- -S -structurizecfg -si-annotate-control-flow %s | FileCheck -check-prefix=OPT %s
-; RUN: opt -mtriple=amdgcn-- -S -structurizecfg -si-annotate-control-flow %s --try-experimental-debuginfo-iterators | FileCheck -check-prefix=OPT %s
define amdgpu_ps i32 @if_else(i32 %0) !dbg !5 {
; OPT-LABEL: define amdgpu_ps i32 @if_else(
diff --git a/llvm/test/CodeGen/ARM/debug-info-blocks.ll b/llvm/test/CodeGen/ARM/debug-info-blocks.ll
index 2f68abef18ed0..d418642cbcf46 100644
--- a/llvm/test/CodeGen/ARM/debug-info-blocks.ll
+++ b/llvm/test/CodeGen/ARM/debug-info-blocks.ll
@@ -1,5 +1,4 @@
; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -v - | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -filetype=obj -O0 < %s | llvm-dwarfdump -v - | FileCheck %s
; debug_info content
; CHECK: DW_AT_name {{.*}} "foobar_func_block_invoke_0"
diff --git a/llvm/test/CodeGen/Generic/csw-debug-assert.ll b/llvm/test/CodeGen/Generic/csw-debug-assert.ll
index 85a8d8bb1d98e..084cbfa79679a 100644
--- a/llvm/test/CodeGen/Generic/csw-debug-assert.ll
+++ b/llvm/test/CodeGen/Generic/csw-debug-assert.ll
@@ -2,7 +2,6 @@
; REQUIRES: asserts
; REQUIRES: x86_64-linux
; RUN: llc -O1 -regalloc=pbqp < %s | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -O1 -regalloc=pbqp < %s | FileCheck %s
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
diff --git a/llvm/test/CodeGen/X86/2010-08-04-StackVariable.ll b/llvm/test/CodeGen/X86/2010-08-04-StackVariable.ll
index e95b3b4884b41..198c0d4806c52 100644
--- a/llvm/test/CodeGen/X86/2010-08-04-StackVariable.ll
+++ b/llvm/test/CodeGen/X86/2010-08-04-StackVariable.ll
@@ -1,5 +1,4 @@
; RUN: llc -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg7
-; RUN: llc --try-experimental-debuginfo-iterators -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg7
; Use DW_OP_breg7 in variable's location expression if the variable is in a stack slot.
%struct.SVal = type { ptr, i32 }
diff --git a/llvm/test/CodeGen/X86/DbgValueOtherTargets.test b/llvm/test/CodeGen/X86/DbgValueOtherTargets.test
index 29497d33f075f..b7f90f61fbb82 100644
--- a/llvm/test/CodeGen/X86/DbgValueOtherTargets.test
+++ b/llvm/test/CodeGen/X86/DbgValueOtherTargets.test
@@ -1,5 +1,3 @@
RUN: llc -O0 -mtriple=i686-- -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
RUN: llc -O0 -mtriple=x86_64-- -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
-RUN: llc --try-experimental-debuginfo-iterators -O0 -mtriple=i686-- -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
-RUN: llc --try-experimental-debuginfo-iterators -O0 -mtriple=x86_64-- -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
\ No newline at end of file
diff --git a/llvm/test/CodeGen/X86/GlobalISel/x86-calllowering-dbg-trunc.ll b/llvm/test/CodeGen/X86/GlobalISel/x86-calllowering-dbg-trunc.ll
index f9c34d3b0bb27..90c9290a83bbd 100644
--- a/llvm/test/CodeGen/X86/GlobalISel/x86-calllowering-dbg-trunc.ll
+++ b/llvm/test/CodeGen/X86/GlobalISel/x86-calllowering-dbg-trunc.ll
@@ -1,5 +1,4 @@
; RUN: llc -mtriple=i386-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=ALL
-; RUN: llc -mtriple=i386-linux-gnu -global-isel -verify-machineinstrs < %s -o - --try-experimental-debuginfo-iterators | FileCheck %s --check-prefix=ALL
; This file is the output of clang -g -O2
; int test_dbg_trunc(unsigned long long a) { return a; }
diff --git a/llvm/test/CodeGen/X86/dbg-combine.ll b/llvm/test/CodeGen/X86/dbg-combine.ll
index d6065f1318ae0..b3d2213b90c0a 100644
--- a/llvm/test/CodeGen/X86/dbg-combine.ll
+++ b/llvm/test/CodeGen/X86/dbg-combine.ll
@@ -1,5 +1,4 @@
; RUN: llc -mtriple x86_64-pc-linux -O0 < %s | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -mtriple x86_64-pc-linux -O0 < %s | FileCheck %s
; Make sure that the sequence of debug locations for function foo is correctly
; generated. More specifically, .loc entries for lines 4,5,6,7 must appear in
diff --git a/llvm/test/CodeGen/X86/fast-isel-dbg-value-alloca.ll b/llvm/test/CodeGen/X86/fast-isel-dbg-value-alloca.ll
index e1e90f1f458fc..305aa82fbc810 100644
--- a/llvm/test/CodeGen/X86/fast-isel-dbg-value-alloca.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-dbg-value-alloca.ll
@@ -1,7 +1,6 @@
; RUN: llc -fast-isel -fast-isel-abort=1 -mtriple=x86_64-unknown-unknown -stop-after=finalize-isel %s -o - | \
; RUN: FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -fast-isel -fast-isel-abort=1 -mtriple=x86_64-unknown-unknown -stop-after=finalize-isel %s -o - | FileCheck %s
define void @foo(ptr noalias nocapture %arg) !dbg !38 {
%k.debug = alloca ptr, align 8
diff --git a/llvm/test/CodeGen/X86/fold-sext-trunc.ll b/llvm/test/CodeGen/X86/fold-sext-trunc.ll
index 26a4ed0a0cd4b..ae45f3f0386cb 100644
--- a/llvm/test/CodeGen/X86/fold-sext-trunc.ll
+++ b/llvm/test/CodeGen/X86/fold-sext-trunc.ll
@@ -1,8 +1,6 @@
; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
; RUN: llc < %s -O0 -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -stop-after livedebugvalues -o - | FileCheck %s -check-prefix=MIR
-; RUN: llc --try-experimental-debuginfo-iterators < %s -mtriple=x86_64-- | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators < %s -O0 -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -stop-after livedebugvalues -o - | FileCheck %s -check-prefix=MIR
; PR4050
diff --git a/llvm/test/CodeGen/X86/fold-zext-trunc.ll b/llvm/test/CodeGen/X86/fold-zext-trunc.ll
index 7a70b75a028aa..a21b8572ccb2e 100644
--- a/llvm/test/CodeGen/X86/fold-zext-trunc.ll
+++ b/llvm/test/CodeGen/X86/fold-zext-trunc.ll
@@ -1,8 +1,6 @@
; RUN: llc < %s | FileCheck %s -check-prefix=ASM
; RUN: llc < %s -O0 -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -stop-after livedebugvalues -o - | FileCheck %s -check-prefix=MIR
-; RUN: llc --try-experimental-debuginfo-iterators < %s | FileCheck %s -check-prefix=ASM
-; RUN: llc --try-experimental-debuginfo-iterators < %s -O0 -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -stop-after livedebugvalues -o - | FileCheck %s -check-prefix=MIR
; PR9055
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
diff --git a/llvm/test/CodeGen/X86/label-heapallocsite.ll b/llvm/test/CodeGen/X86/label-heapallocsite.ll
index 78bebc1fd174d..31bca25f0db71 100644
--- a/llvm/test/CodeGen/X86/label-heapallocsite.ll
+++ b/llvm/test/CodeGen/X86/label-heapallocsite.ll
@@ -1,8 +1,6 @@
; RUN: llc < %s | FileCheck --check-prefixes=CHECK %s
; RUN: llc -O0 < %s | FileCheck --check-prefixes=CHECK %s
-; RUN: llc --try-experimental-debuginfo-iterators < %s | FileCheck --check-prefixes=CHECK %s
-; RUN: llc --try-experimental-debuginfo-iterators -O0 < %s | FileCheck --check-prefixes=CHECK %s
; Source to regenerate:
; $ clang -cc1 -triple x86_64-windows-msvc t.cpp -debug-info-kind=limited \
diff --git a/llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll b/llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll
index dc582b9c8746e..c5b3c74653db3 100644
--- a/llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll
+++ b/llvm/test/CodeGen/X86/machine-outliner-disubprogram.ll
@@ -3,7 +3,6 @@
; Also make sure that the DISubprograms reference the generated unit.
; make sure that if there are two outlined functions in the program,
; RUN: llc %s -verify-machineinstrs -enable-machine-outliner -mtriple=x86_64-apple-darwin -o /dev/null -print-after=machine-outliner
-; RUN: llc --try-experimental-debuginfo-iterators %s -verify-machineinstrs -enable-machine-outliner -mtriple=x86_64-apple-darwin -o /dev/null -print-after=machine-outliner
define void @f6() #0 !dbg !8 {
entry:
%dog = alloca i32, align 4
diff --git a/llvm/test/CodeGen/X86/pr53243-tail-call-fastisel.ll b/llvm/test/CodeGen/X86/pr53243-tail-call-fastisel.ll
index f21e8df95a4f0..333eff8fb0081 100644
--- a/llvm/test/CodeGen/X86/pr53243-tail-call-fastisel.ll
+++ b/llvm/test/CodeGen/X86/pr53243-tail-call-fastisel.ll
@@ -1,6 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -O0 -fast-isel -mtriple=x86_64-- < %s | FileCheck %s
-; RUN: llc --try-experimental-debuginfo-iterators -O0 -fast-isel -mtriple=x86_64-- < %s | FileCheck %s
define void @test() {
; CHECK-LABEL: test:
diff --git a/llvm/test/CodeGen/X86/select-optimize.ll b/llvm/test/CodeGen/X86/select-optimize.ll
index 8b26542b27a18..d273d09e8dea3 100644
--- a/llvm/test/CodeGen/X86/select-optimize.ll
+++ b/llvm/test/CodeGen/X86/select-optimize.ll
@@ -2,8 +2,6 @@
; RUN: opt -mtriple=x86_64-unknown-unknown -select-optimize -S < %s | FileCheck %s
; RUN: opt -mtriple=x86_64-unknown-unknown -passes='require<profile-summary>,function(select-optimize)' -S < %s | FileCheck %s
-; RUN: opt -mtriple=x86_64-unknown-unknown -select-optimize -S < %s --try-experimental-debuginfo-iterators | FileCheck %s
-; RUN: opt -mtriple=x86_64-unknown-unknown -passes='require<profile-summary>,function(select-optimize)' -S < %s --try-experimental-debuginfo-iterators | FileCheck %s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Test base heuristic 1:
diff --git a/llvm/test/CodeGen/X86/selectiondag-order.ll b/llvm/test/CodeGen/X86/selectiondag-order.ll
index 417b12bbd73f1..163e2cb90b2fe 100644
--- a/llvm/test/CodeGen/X86/selectiondag-order...
[truncated]
``````````
</details>
https://github.com/llvm/llvm-project/pull/130298
More information about the llvm-commits
mailing list