[PATCH] D119084: [test] Use -passes=instcombine instead of -instcombine in some tests (4/4). NFC
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 6 07:27:31 PST 2022
bjope created this revision.
bjope added a reviewer: aeubanks.
Herald added subscribers: lebedev.ri, mstorsjo.
Herald added a reviewer: lebedev.ri.
bjope requested review of this revision.
Herald added a project: LLVM.
Another step moving away from the deprecated syntax of specifying
pass pipeline in opt.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119084
Files:
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
(99 more files...)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119084.406255.patch
Type: text/x-patch
Size: 193022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220206/33c7c5aa/attachment-0001.bin>
More information about the llvm-commits
mailing list