Another step moving away from the deprecated syntax of specifying
pass pipeline in opt.
Details
Details
- Reviewers
aeubanks lebedev.ri
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D119084
[test] Use -passes=instcombine instead of -instcombine in some tests (4/4). NFC AbandonedPublic Authored by bjope on Feb 6 2022, 7:27 AM.
Details
Summary Another step moving away from the deprecated syntax of specifying
Diff Detail
Unit TestsFailed
Revision Contents
Diff 406255 llvm/test/Transforms/InstCombine/range-check.ll
llvm/test/Transforms/InstCombine/readnone-maythrow.ll
llvm/test/Transforms/InstCombine/realloc-free.ll
llvm/test/Transforms/InstCombine/realloc.ll
llvm/test/Transforms/InstCombine/reassociate-nuw.ll
llvm/test/Transforms/InstCombine/recurrence.ll
llvm/test/Transforms/InstCombine/reduction-add-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/reduction-and-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/reduction-mul-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/reduction-or-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/reduction-shufflevector.ll
llvm/test/Transforms/InstCombine/reduction-smax-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/reduction-smin-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/reduction-umax-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/reduction-umin-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/reduction-xor-sext-zext-i1.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-a.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-b.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-c.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-d.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-e.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-after-truncation-variant-f.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-pr49778.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-variant-a.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-variant-b.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-variant-c.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-variant-d.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-variant-e.ll
llvm/test/Transforms/InstCombine/redundant-left-shift-input-masking-variant-f.ll
llvm/test/Transforms/InstCombine/redundant-right-shift-input-masking.ll
llvm/test/Transforms/InstCombine/rem.ll
llvm/test/Transforms/InstCombine/result-of-add-of-negative-is-non-zero-and-no-underflow.ll
llvm/test/Transforms/InstCombine/result-of-add-of-negative-or-zero-is-non-zero-and-no-underflow.ll
llvm/test/Transforms/InstCombine/result-of-usub-is-non-zero-and-no-overflow.ll
llvm/test/Transforms/InstCombine/reuse-constant-from-select-in-icmp.ll
llvm/test/Transforms/InstCombine/rotate.ll
llvm/test/Transforms/InstCombine/sadd-with-overflow.ll
llvm/test/Transforms/InstCombine/sadd_sat.ll
llvm/test/Transforms/InstCombine/saddo.ll
llvm/test/Transforms/InstCombine/salvage-dbg-declare.ll
llvm/test/Transforms/InstCombine/scalable-bitcast-inseltpoison.ll
llvm/test/Transforms/InstCombine/scalable-bitcast.ll
llvm/test/Transforms/InstCombine/scalable-cast-of-alloc.ll
llvm/test/Transforms/InstCombine/scalable-const-fp-splat.ll
llvm/test/Transforms/InstCombine/scalable-select.ll
llvm/test/Transforms/InstCombine/scalable-trunc.ll
llvm/test/Transforms/InstCombine/scalarization-inseltpoison.ll
llvm/test/Transforms/InstCombine/scalarization.ll
llvm/test/Transforms/InstCombine/sdiv-2.ll
llvm/test/Transforms/InstCombine/sdiv-canonicalize.ll
llvm/test/Transforms/InstCombine/sdiv-exact-by-negative-power-of-two.ll
llvm/test/Transforms/InstCombine/sdiv-exact-by-power-of-two.ll
llvm/test/Transforms/InstCombine/sdiv-guard.ll
llvm/test/Transforms/InstCombine/sdiv-of-non-negative-by-negative-power-of-two.ll
llvm/test/Transforms/InstCombine/select-2.ll
llvm/test/Transforms/InstCombine/select-and-or.ll
llvm/test/Transforms/InstCombine/select-binop-cmp.ll
llvm/test/Transforms/InstCombine/select-binop-foldable-floating-point.ll
llvm/test/Transforms/InstCombine/select-bitext-bitwise-ops.ll
llvm/test/Transforms/InstCombine/select-bitext.ll
llvm/test/Transforms/InstCombine/select-cmp-br.ll
llvm/test/Transforms/InstCombine/select-cmp-cttz-ctlz.ll
llvm/test/Transforms/InstCombine/select-cmpxchg.ll
llvm/test/Transforms/InstCombine/select-crash.ll
llvm/test/Transforms/InstCombine/select-ctlz-to-cttz.ll
llvm/test/Transforms/InstCombine/select-extractelement-inseltpoison.ll
llvm/test/Transforms/InstCombine/select-extractelement.ll
llvm/test/Transforms/InstCombine/select-gep.ll
llvm/test/Transforms/InstCombine/select-icmp-and.ll
llvm/test/Transforms/InstCombine/select-load-call.ll
llvm/test/Transforms/InstCombine/select-masked_load.ll
llvm/test/Transforms/InstCombine/select-min-max.ll
llvm/test/Transforms/InstCombine/select-obo-peo-ops.ll
llvm/test/Transforms/InstCombine/select-of-bittest.ll
llvm/test/Transforms/InstCombine/select-pr39595.ll
llvm/test/Transforms/InstCombine/select-safe-bool-transforms.ll
llvm/test/Transforms/InstCombine/select-safe-impliedcond-transforms.ll
llvm/test/Transforms/InstCombine/select-safe-transforms.ll
llvm/test/Transforms/InstCombine/select-select.ll
llvm/test/Transforms/InstCombine/select-with-bitwise-ops.ll
llvm/test/Transforms/InstCombine/select.ll
llvm/test/Transforms/InstCombine/select_arithmetic.ll
llvm/test/Transforms/InstCombine/select_meta.ll
llvm/test/Transforms/InstCombine/set-lowbits-mask-canonicalize.ll
llvm/test/Transforms/InstCombine/set.ll
llvm/test/Transforms/InstCombine/setcc-strength-reduce.ll
llvm/test/Transforms/InstCombine/sext-of-trunc-nsw.ll
llvm/test/Transforms/InstCombine/sext.ll
llvm/test/Transforms/InstCombine/shift-add-inseltpoison.ll
llvm/test/Transforms/InstCombine/shift-add.ll
llvm/test/Transforms/InstCombine/shift-amount-reassociation-in-bittest-with-truncation-lshr.ll
llvm/test/Transforms/InstCombine/shift-amount-reassociation-in-bittest-with-truncation-shl.ll
llvm/test/Transforms/InstCombine/shift-amount-reassociation-in-bittest.ll
llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-ashr.ll
llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-lshr.ll
llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
llvm/test/Transforms/InstCombine/shift-amount-reassociation.ll
llvm/test/Transforms/InstCombine/shift-by-signext.ll
llvm/test/Transforms/InstCombine/shift-direction-in-bit-test.ll
llvm/test/Transforms/InstCombine/shift-logic.ll
llvm/test/Transforms/InstCombine/shift-shift.ll
llvm/test/Transforms/InstCombine/shift-sra.ll
llvm/test/Transforms/InstCombine/shift.ll
llvm/test/Transforms/InstCombine/shl-and-negC-icmpeq-zero.ll
llvm/test/Transforms/InstCombine/shl-and-signbit-icmpeq-zero.ll
llvm/test/Transforms/InstCombine/shl-bo.ll
llvm/test/Transforms/InstCombine/shl-demand.ll
llvm/test/Transforms/InstCombine/shl-factor.ll
llvm/test/Transforms/InstCombine/shl-sub.ll
llvm/test/Transforms/InstCombine/shl-unsigned-cmp-const.ll
llvm/test/Transforms/InstCombine/should-change-type.ll
llvm/test/Transforms/InstCombine/shuffle-cast-dist.ll
llvm/test/Transforms/InstCombine/shuffle-cast-inseltpoison.ll
llvm/test/Transforms/InstCombine/shuffle-cast.ll
llvm/test/Transforms/InstCombine/shuffle-select-narrow-inseltpoison.ll
llvm/test/Transforms/InstCombine/shuffle-select-narrow.ll
llvm/test/Transforms/InstCombine/shuffle_select-inseltpoison.ll
llvm/test/Transforms/InstCombine/shuffle_select.ll
llvm/test/Transforms/InstCombine/shufflevec-bitcast-inseltpoison.ll
llvm/test/Transforms/InstCombine/shufflevec-bitcast.ll
llvm/test/Transforms/InstCombine/shufflevec-constant-inseltpoison.ll
llvm/test/Transforms/InstCombine/shufflevec-constant.ll
llvm/test/Transforms/InstCombine/shufflevector-div-rem-inseltpoison.ll
llvm/test/Transforms/InstCombine/shufflevector-div-rem.ll
llvm/test/Transforms/InstCombine/sign-bit-test-via-right-shifting-all-other-bits.ll
llvm/test/Transforms/InstCombine/sign-test-and-or.ll
llvm/test/Transforms/InstCombine/signbit-lshr-and-icmpeq-zero.ll
llvm/test/Transforms/InstCombine/signbit-shl-and-icmpeq-zero.ll
llvm/test/Transforms/InstCombine/signed-comparison.ll
llvm/test/Transforms/InstCombine/signed-mul-lack-of-overflow-check-via-mul-sdiv.ll
llvm/test/Transforms/InstCombine/signed-mul-overflow-check-via-mul-sdiv.ll
llvm/test/Transforms/InstCombine/signed-truncation-check.ll
llvm/test/Transforms/InstCombine/signext.ll
llvm/test/Transforms/InstCombine/signmask-of-sext-vs-of-shl-of-zext.ll
llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
llvm/test/Transforms/InstCombine/simplify-libcalls-erased.ll
llvm/test/Transforms/InstCombine/sincospi.ll
llvm/test/Transforms/InstCombine/sink-alloca.ll
llvm/test/Transforms/InstCombine/sink-into-catchswitch.ll
llvm/test/Transforms/InstCombine/sink-into-resume-block.ll
llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-and.ll
llvm/test/Transforms/InstCombine/sink-not-into-another-hand-of-or.ll
llvm/test/Transforms/InstCombine/sink_instruction.ll
llvm/test/Transforms/InstCombine/sink_sideeffecting_instruction.ll
llvm/test/Transforms/InstCombine/sitofp.ll
llvm/test/Transforms/InstCombine/smax-icmp.ll
llvm/test/Transforms/InstCombine/smin-icmp.ll
llvm/test/Transforms/InstCombine/smulo.ll
llvm/test/Transforms/InstCombine/snprintf.ll
llvm/test/Transforms/InstCombine/sprintf-1.ll
llvm/test/Transforms/InstCombine/sprintf-void.ll
llvm/test/Transforms/InstCombine/sqrt-nofast.ll
llvm/test/Transforms/InstCombine/sqrt.ll
llvm/test/Transforms/InstCombine/srem-canonicalize.ll
llvm/test/Transforms/InstCombine/srem-simplify-bug.ll
llvm/test/Transforms/InstCombine/srem-via-sdiv-mul-sub.ll
llvm/test/Transforms/InstCombine/srem1.ll
llvm/test/Transforms/InstCombine/ssub-with-overflow.ll
llvm/test/Transforms/InstCombine/ssubo.ll
llvm/test/Transforms/InstCombine/stack-overalign.ll
llvm/test/Transforms/InstCombine/stacksave-debuginfo.ll
llvm/test/Transforms/InstCombine/stacksaverestore.ll
llvm/test/Transforms/InstCombine/statepoint.ll
llvm/test/Transforms/InstCombine/stdio-custom-dl.ll
llvm/test/Transforms/InstCombine/store.ll
llvm/test/Transforms/InstCombine/stpcpy-1.ll
llvm/test/Transforms/InstCombine/stpcpy-2.ll
llvm/test/Transforms/InstCombine/stpcpy_chk-1.ll
llvm/test/Transforms/InstCombine/stpcpy_chk-2.ll
llvm/test/Transforms/InstCombine/str-int-2.ll
llvm/test/Transforms/InstCombine/str-int.ll
llvm/test/Transforms/InstCombine/strcat-1.ll
llvm/test/Transforms/InstCombine/strcat-2.ll
llvm/test/Transforms/InstCombine/strcat-3.ll
llvm/test/Transforms/InstCombine/strchr-1.ll
llvm/test/Transforms/InstCombine/strchr-2.ll
llvm/test/Transforms/InstCombine/strcmp-1.ll
llvm/test/Transforms/InstCombine/strcmp-2.ll
llvm/test/Transforms/InstCombine/strcmp-memcmp.ll
llvm/test/Transforms/InstCombine/strcpy-1.ll
llvm/test/Transforms/InstCombine/strcpy-2.ll
llvm/test/Transforms/InstCombine/strcpy-nonzero-as.ll
llvm/test/Transforms/InstCombine/strcpy_chk-1.ll
llvm/test/Transforms/InstCombine/strcpy_chk-2.ll
llvm/test/Transforms/InstCombine/strcpy_chk-64.ll
llvm/test/Transforms/InstCombine/strcspn-1.ll
llvm/test/Transforms/InstCombine/strcspn-2.ll
llvm/test/Transforms/InstCombine/strict-sub-underflow-check-to-comparison-of-sub-operands.ll
llvm/test/Transforms/InstCombine/strlen-1.ll
llvm/test/Transforms/InstCombine/strlen-2.ll
llvm/test/Transforms/InstCombine/strlen-3.ll
llvm/test/Transforms/InstCombine/strlen_chk.ll
llvm/test/Transforms/InstCombine/strncat-1.ll
llvm/test/Transforms/InstCombine/strncat-2.ll
llvm/test/Transforms/InstCombine/strncat-3.ll
llvm/test/Transforms/InstCombine/strncmp-1.ll
llvm/test/Transforms/InstCombine/strncmp-2.ll
llvm/test/Transforms/InstCombine/strncmp-wrong-datalayout.ll
llvm/test/Transforms/InstCombine/strncpy-1.ll
llvm/test/Transforms/InstCombine/strncpy-2.ll
llvm/test/Transforms/InstCombine/strncpy-3.ll
llvm/test/Transforms/InstCombine/strncpy_chk-1.ll
llvm/test/Transforms/InstCombine/strncpy_chk-2.ll
llvm/test/Transforms/InstCombine/strndup.ll
llvm/test/Transforms/InstCombine/strpbrk-1.ll
llvm/test/Transforms/InstCombine/strpbrk-2.ll
llvm/test/Transforms/InstCombine/strrchr-1.ll
llvm/test/Transforms/InstCombine/strrchr-2.ll
llvm/test/Transforms/InstCombine/strspn-1.ll
llvm/test/Transforms/InstCombine/strstr-1.ll
llvm/test/Transforms/InstCombine/strstr-2.ll
llvm/test/Transforms/InstCombine/struct-assign-tbaa-new.ll
llvm/test/Transforms/InstCombine/struct-assign-tbaa.ll
llvm/test/Transforms/InstCombine/sub-and-or-neg-xor.ll
llvm/test/Transforms/InstCombine/sub-ashr-and-to-icmp-select.ll
llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
llvm/test/Transforms/InstCombine/sub-from-sub.ll
llvm/test/Transforms/InstCombine/sub-gep.ll
llvm/test/Transforms/InstCombine/sub-lshr-or-to-icmp-select.ll
llvm/test/Transforms/InstCombine/sub-minmax.ll
llvm/test/Transforms/InstCombine/sub-not.ll
llvm/test/Transforms/InstCombine/sub-of-negatible-inseltpoison.ll
llvm/test/Transforms/InstCombine/sub-of-negatible.ll
llvm/test/Transforms/InstCombine/sub-or-and-xor.ll
llvm/test/Transforms/InstCombine/sub-xor-or-neg-and.ll
llvm/test/Transforms/InstCombine/sub-xor.ll
llvm/test/Transforms/InstCombine/sub.ll
llvm/test/Transforms/InstCombine/subtract-from-one-hand-of-select.ll
llvm/test/Transforms/InstCombine/subtract-of-one-hand-of-select.ll
llvm/test/Transforms/InstCombine/swifterror-argument-bitcast-fold.ll
llvm/test/Transforms/InstCombine/switch-constant-expr.ll
llvm/test/Transforms/InstCombine/switch-truncate-crash.ll
llvm/test/Transforms/InstCombine/tan-nofastmath.ll
llvm/test/Transforms/InstCombine/tan.ll
llvm/test/Transforms/InstCombine/tbaa-store-to-load.ll
llvm/test/Transforms/InstCombine/tmp-alloca-bypass.ll
llvm/test/Transforms/InstCombine/toascii-1.ll
llvm/test/Transforms/InstCombine/token.ll
llvm/test/Transforms/InstCombine/trivial-dse-calls.ll
llvm/test/Transforms/InstCombine/trunc-binop-ext.ll
llvm/test/Transforms/InstCombine/trunc-demand.ll
llvm/test/Transforms/InstCombine/trunc-extractelement-inseltpoison.ll
llvm/test/Transforms/InstCombine/trunc-extractelement.ll
llvm/test/Transforms/InstCombine/trunc-inseltpoison.ll
llvm/test/Transforms/InstCombine/trunc-load.ll
llvm/test/Transforms/InstCombine/trunc-shift-trunc.ll
llvm/test/Transforms/InstCombine/trunc.ll
llvm/test/Transforms/InstCombine/truncating-saturate.ll
llvm/test/Transforms/InstCombine/type_pun-inseltpoison.ll
llvm/test/Transforms/InstCombine/type_pun.ll
llvm/test/Transforms/InstCombine/uadd-with-overflow.ll
llvm/test/Transforms/InstCombine/uaddo.ll
llvm/test/Transforms/InstCombine/uaddo2.ll
llvm/test/Transforms/InstCombine/udiv-pow2-vscale-inseltpoison.ll
llvm/test/Transforms/InstCombine/udiv-pow2-vscale.ll
llvm/test/Transforms/InstCombine/udiv-simplify.ll
llvm/test/Transforms/InstCombine/udiv_select_to_select_shift.ll
llvm/test/Transforms/InstCombine/udivrem-change-width.ll
llvm/test/Transforms/InstCombine/umax-icmp.ll
llvm/test/Transforms/InstCombine/umin-icmp.ll
llvm/test/Transforms/InstCombine/umul-sign-check.ll
llvm/test/Transforms/InstCombine/umulo.ll
llvm/test/Transforms/InstCombine/unavailable-debug.ll
llvm/test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-scalar.ll
llvm/test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-vector.ll
llvm/test/Transforms/InstCombine/unordered-fcmp-select.ll
llvm/test/Transforms/InstCombine/unpack-fca.ll
llvm/test/Transforms/InstCombine/unreachable-dbg-info-modified.ll
llvm/test/Transforms/InstCombine/unrecognized_three-way-comparison.ll
llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check-via-add.ll
llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check-via-xor.ll
llvm/test/Transforms/InstCombine/unsigned-add-lack-of-overflow-check.ll
llvm/test/Transforms/InstCombine/unsigned-add-overflow-check-via-add.ll
llvm/test/Transforms/InstCombine/unsigned-add-overflow-check-via-xor.ll
llvm/test/Transforms/InstCombine/unsigned-add-overflow-check.ll
llvm/test/Transforms/InstCombine/unsigned-mul-lack-of-overflow-check-via-mul-udiv.ll
llvm/test/Transforms/InstCombine/unsigned-mul-lack-of-overflow-check-via-udiv-of-allones.ll
llvm/test/Transforms/InstCombine/unsigned-mul-overflow-check-via-mul-udiv.ll
llvm/test/Transforms/InstCombine/unsigned-mul-overflow-check-via-udiv-of-allones.ll
llvm/test/Transforms/InstCombine/unsigned-sub-lack-of-overflow-check.ll
llvm/test/Transforms/InstCombine/unsigned-sub-overflow-check.ll
llvm/test/Transforms/InstCombine/unsigned_saturated_sub.ll
llvm/test/Transforms/InstCombine/urem-simplify-bug.ll
llvm/test/Transforms/InstCombine/urem-via-udiv-mul-sub.ll
llvm/test/Transforms/InstCombine/usub-overflow-known-by-implied-cond.ll
llvm/test/Transforms/InstCombine/usubo.ll
llvm/test/Transforms/InstCombine/variable-signext-of-variable-high-bit-extraction.ll
llvm/test/Transforms/InstCombine/vec-binop-select-inseltpoison.ll
llvm/test/Transforms/InstCombine/vec-binop-select.ll
llvm/test/Transforms/InstCombine/vec_demanded_elts-inseltpoison.ll
llvm/test/Transforms/InstCombine/vec_demanded_elts.ll
llvm/test/Transforms/InstCombine/vec_extract_2elts.ll
llvm/test/Transforms/InstCombine/vec_extract_var_elt-inseltpoison.ll
llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
llvm/test/Transforms/InstCombine/vec_gep_scalar_arg-inseltpoison.ll
llvm/test/Transforms/InstCombine/vec_gep_scalar_arg.ll
llvm/test/Transforms/InstCombine/vec_phi_extract-inseltpoison.ll
llvm/test/Transforms/InstCombine/vec_phi_extract.ll
llvm/test/Transforms/InstCombine/vec_sext.ll
llvm/test/Transforms/InstCombine/vec_shuffle-inseltpoison.ll
llvm/test/Transforms/InstCombine/vec_shuffle.ll
llvm/test/Transforms/InstCombine/vec_udiv_to_shift.ll
llvm/test/Transforms/InstCombine/vector-casts-inseltpoison.ll
llvm/test/Transforms/InstCombine/vector-casts.ll
llvm/test/Transforms/InstCombine/vector-concat-binop-inseltpoison.ll
llvm/test/Transforms/InstCombine/vector-concat-binop.ll
llvm/test/Transforms/InstCombine/vector-logical-reductions.ll
llvm/test/Transforms/InstCombine/vector-mul.ll
llvm/test/Transforms/InstCombine/vector-reductions.ll
llvm/test/Transforms/InstCombine/vector-reverse.ll
llvm/test/Transforms/InstCombine/vector-type.ll
llvm/test/Transforms/InstCombine/vector-udiv.ll
llvm/test/Transforms/InstCombine/vector-urem.ll
llvm/test/Transforms/InstCombine/vector-xor.ll
llvm/test/Transforms/InstCombine/vector_gep1-inseltpoison.ll
llvm/test/Transforms/InstCombine/vector_gep1.ll
llvm/test/Transforms/InstCombine/vector_gep2.ll
llvm/test/Transforms/InstCombine/vector_insertelt_shuffle-inseltpoison.ll
llvm/test/Transforms/InstCombine/vector_insertelt_shuffle.ll
llvm/test/Transforms/InstCombine/volatile_load_cast.ll
llvm/test/Transforms/InstCombine/volatile_store.ll
llvm/test/Transforms/InstCombine/vscale_cmp.ll
llvm/test/Transforms/InstCombine/vscale_extractelement-inseltpoison.ll
llvm/test/Transforms/InstCombine/vscale_extractelement.ll
llvm/test/Transforms/InstCombine/vscale_gep.ll
llvm/test/Transforms/InstCombine/vscale_insertelement-inseltpoison.ll
llvm/test/Transforms/InstCombine/vscale_insertelement.ll
llvm/test/Transforms/InstCombine/vscale_sext_and_zext.ll
llvm/test/Transforms/InstCombine/vscale_trunc.ll
llvm/test/Transforms/InstCombine/wcslen-1.ll
llvm/test/Transforms/InstCombine/wcslen-2.ll
llvm/test/Transforms/InstCombine/wcslen-3.ll
llvm/test/Transforms/InstCombine/wcslen-4.ll
llvm/test/Transforms/InstCombine/weak-symbols.ll
llvm/test/Transforms/InstCombine/widenable-conditions.ll
llvm/test/Transforms/InstCombine/with_overflow.ll
llvm/test/Transforms/InstCombine/xor-ashr.ll
llvm/test/Transforms/InstCombine/xor-icmps.ll
llvm/test/Transforms/InstCombine/xor-undef.ll
llvm/test/Transforms/InstCombine/xor.ll
llvm/test/Transforms/InstCombine/xor2.ll
llvm/test/Transforms/InstCombine/zero-point-zero-add.ll
llvm/test/Transforms/InstCombine/zeroext-and-reduce.ll
llvm/test/Transforms/InstCombine/zext-bool-add-sub.ll
llvm/test/Transforms/InstCombine/zext-ctlz-trunc-to-ctlz-add.ll
llvm/test/Transforms/InstCombine/zext-fold.ll
llvm/test/Transforms/InstCombine/zext-or-icmp.ll
llvm/test/Transforms/InstCombine/zext-phi.ll
llvm/test/Transforms/InstCombine/zext.ll
|