[PATCH] D135094: [test][InstCombine] Update some test cases to use opaque pointers
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 12:11:37 PDT 2022
bjope created this revision.
Herald added subscribers: mattd, asavonic, jdoerfert, arphaman.
Herald added a project: All.
bjope requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Herald added a project: LLVM.
These tests cases were converted using the script at
https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135094
Files:
llvm/test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll
llvm/test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll
llvm/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
llvm/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
llvm/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll
llvm/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
llvm/test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll
llvm/test/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
llvm/test/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll
llvm/test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll
llvm/test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll
llvm/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
llvm/test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll
llvm/test/Transforms/InstCombine/2006-09-15-CastToBool.ll
llvm/test/Transforms/InstCombine/2006-12-08-Phi-ICmp-Op-Fold.ll
llvm/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
llvm/test/Transforms/InstCombine/2006-12-15-Range-Test.ll
llvm/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll
llvm/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll
llvm/test/Transforms/InstCombine/2007-02-07-PointerCast.ll
llvm/test/Transforms/InstCombine/2007-02-23-PhiFoldInfLoop.ll
llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
llvm/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll
llvm/test/Transforms/InstCombine/2007-05-14-Crash.ll
llvm/test/Transforms/InstCombine/2007-05-18-CastFoldBug.ll
llvm/test/Transforms/InstCombine/2007-06-06-AshrSignBit.ll
llvm/test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
llvm/test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll
llvm/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
llvm/test/Transforms/InstCombine/2007-10-12-Crash.ll
llvm/test/Transforms/InstCombine/2007-10-28-stacksave.ll
llvm/test/Transforms/InstCombine/2007-10-31-RangeCrash.ll
llvm/test/Transforms/InstCombine/2007-10-31-StringCrash.ll
llvm/test/Transforms/InstCombine/2007-11-07-OpaqueAlignCrash.ll
llvm/test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
llvm/test/Transforms/InstCombine/2007-12-10-ConstFoldCompare.ll
llvm/test/Transforms/InstCombine/2007-12-12-GEPScale.ll
llvm/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll
llvm/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
llvm/test/Transforms/InstCombine/2008-01-06-CastCrash.ll
llvm/test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll
llvm/test/Transforms/InstCombine/2008-03-13-IntToPtr.ll
llvm/test/Transforms/InstCombine/2008-04-28-VolatileStore.ll
llvm/test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll
llvm/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
llvm/test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll
llvm/test/Transforms/InstCombine/2008-05-08-StrLenSink.ll
llvm/test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll
llvm/test/Transforms/InstCombine/2008-05-17-InfLoop.ll
llvm/test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll
llvm/test/Transforms/InstCombine/2008-05-23-CompareFold.ll
llvm/test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll
llvm/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll
llvm/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll
llvm/test/Transforms/InstCombine/2008-06-24-StackRestore.ll
llvm/test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll
llvm/test/Transforms/InstCombine/2008-08-05-And.ll
llvm/test/Transforms/InstCombine/2008-09-02-VectorCrash.ll
llvm/test/Transforms/InstCombine/2008-10-23-ConstFoldWithoutMask.ll
llvm/test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll
llvm/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll
llvm/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
llvm/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll
llvm/test/Transforms/InstCombine/2009-01-31-InfIterate.ll
llvm/test/Transforms/InstCombine/2009-02-11-NotInitialized.ll
llvm/test/Transforms/InstCombine/2009-02-21-LoadCST.ll
llvm/test/Transforms/InstCombine/2009-02-25-CrashZeroSizeArray.ll
llvm/test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll
llvm/test/Transforms/InstCombine/2009-05-23-FCmpToICmp.ll
llvm/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
llvm/test/Transforms/InstCombine/2009-12-17-CmpSelectNull.ll
llvm/test/Transforms/InstCombine/2010-03-03-ExtElim.ll
llvm/test/Transforms/InstCombine/2010-05-30-memcpy-Struct.ll
llvm/test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll
llvm/test/Transforms/InstCombine/2011-02-14-InfLoop.ll
llvm/test/Transforms/InstCombine/2011-05-02-VectorBoolean.ll
llvm/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll
llvm/test/Transforms/InstCombine/2011-05-28-swapmulsub.ll
llvm/test/Transforms/InstCombine/2012-01-11-OpaqueBitcastCrash.ll
llvm/test/Transforms/InstCombine/2012-02-13-FCmp.ll
llvm/test/Transforms/InstCombine/2012-03-10-InstCombine.ll
llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll
llvm/test/Transforms/InstCombine/2012-07-25-LoadPart.ll
llvm/test/Transforms/InstCombine/2012-07-30-addrsp-bitcast.ll
llvm/test/Transforms/InstCombine/2012-09-17-ZeroSizedAlloca.ll
llvm/test/Transforms/InstCombine/2012-10-25-vector-of-pointers.ll
llvm/test/Transforms/InstCombine/2012-12-14-simp-vgep.ll
llvm/test/Transforms/InstCombine/2012-3-15-or-xor-constant.ll
llvm/test/Transforms/InstCombine/2013-03-05-Combine-BitcastTy-Into-Alloca.ll
llvm/test/Transforms/InstCombine/AddOverFlow.ll
llvm/test/Transforms/InstCombine/CPP_min_max.ll
llvm/test/Transforms/InstCombine/InferAlignAttribute.ll
llvm/test/Transforms/InstCombine/IntPtrCast.ll
llvm/test/Transforms/InstCombine/LandingPadClauses.ll
llvm/test/Transforms/InstCombine/OverlappingInsertvalues.ll
llvm/test/Transforms/InstCombine/PR30597.ll
llvm/test/Transforms/InstCombine/PR37526.ll
llvm/test/Transforms/InstCombine/abs-1.ll
llvm/test/Transforms/InstCombine/abs-intrinsic.ll
llvm/test/Transforms/InstCombine/add.ll
llvm/test/Transforms/InstCombine/add3.ll
llvm/test/Transforms/InstCombine/align-2d-gep.ll
llvm/test/Transforms/InstCombine/align-addr.ll
llvm/test/Transforms/InstCombine/align-attr.ll
llvm/test/Transforms/InstCombine/align-external.ll
llvm/test/Transforms/InstCombine/all-bits-shift.ll
llvm/test/Transforms/InstCombine/alloc-realloc-free.ll
llvm/test/Transforms/InstCombine/alloca-big.ll
llvm/test/Transforms/InstCombine/allocsize-32.ll
llvm/test/Transforms/InstCombine/allocsize.ll
llvm/test/Transforms/InstCombine/and-or-icmp-nullptr.ll
llvm/test/Transforms/InstCombine/and-or-icmps.ll
llvm/test/Transforms/InstCombine/and-xor-or.ll
llvm/test/Transforms/InstCombine/and.ll
llvm/test/Transforms/InstCombine/annotation-intrinsic.ll
llvm/test/Transforms/InstCombine/annotations.ll
llvm/test/Transforms/InstCombine/apint-and.ll
llvm/test/Transforms/InstCombine/apint-call-cast-target.ll
llvm/test/Transforms/InstCombine/apint-shift.ll
llvm/test/Transforms/InstCombine/ashr-lshr.ll
llvm/test/Transforms/InstCombine/assume-align.ll
llvm/test/Transforms/InstCombine/assume-icmp-null-select.ll
llvm/test/Transforms/InstCombine/assume-loop-align.ll
llvm/test/Transforms/InstCombine/assume-redundant.ll
llvm/test/Transforms/InstCombine/assume.ll
llvm/test/Transforms/InstCombine/atomic.ll
llvm/test/Transforms/InstCombine/atomicrmw.ll
llvm/test/Transforms/InstCombine/badmalloc.ll
llvm/test/Transforms/InstCombine/bcmp-1.ll
llvm/test/Transforms/InstCombine/bcopy.ll
llvm/test/Transforms/InstCombine/binop-phi-operands.ll
llvm/test/Transforms/InstCombine/bitcast-inseltpoison.ll
llvm/test/Transforms/InstCombine/bitcast-phi-uselistorder.ll
llvm/test/Transforms/InstCombine/bitcast.ll
llvm/test/Transforms/InstCombine/bitreverse-hang.ll
llvm/test/Transforms/InstCombine/bitreverse.ll
llvm/test/Transforms/InstCombine/bittest.ll
llvm/test/Transforms/InstCombine/branch.ll
llvm/test/Transforms/InstCombine/bswap-fold.ll
llvm/test/Transforms/InstCombine/bswap-inseltpoison.ll
llvm/test/Transforms/InstCombine/bswap.ll
llvm/test/Transforms/InstCombine/builtin-dynamic-object-size.ll
llvm/test/Transforms/InstCombine/builtin-object-size-custom-dl.ll
llvm/test/Transforms/InstCombine/builtin-object-size-offset.ll
llvm/test/Transforms/InstCombine/builtin-object-size-ptr.ll
llvm/test/Transforms/InstCombine/builtin-object-size-strdup-family.ll
llvm/test/Transforms/InstCombine/call-callconv-mismatch.ll
llvm/test/Transforms/InstCombine/call-callconv.ll
llvm/test/Transforms/InstCombine/call-cast-attrs.ll
llvm/test/Transforms/InstCombine/call-cast-target.ll
llvm/test/Transforms/InstCombine/call-guard.ll
llvm/test/Transforms/InstCombine/call-intrinsics.ll
llvm/test/Transforms/InstCombine/call2.ll
llvm/test/Transforms/InstCombine/call_nonnull_arg.ll
llvm/test/Transforms/InstCombine/calloc-mismatch.ll
llvm/test/Transforms/InstCombine/canonicalize-clamp-like-pattern-between-zero-and-positive-threshold.ll
llvm/test/Transforms/InstCombine/canonicalize-selects-icmp-condition-bittest.ll
llvm/test/Transforms/InstCombine/cast-call-combine-prof.ll
llvm/test/Transforms/InstCombine/cast-call-combine.ll
llvm/test/Transforms/InstCombine/cast-callee-deopt-bundles.ll
llvm/test/Transforms/InstCombine/cast-set.ll
llvm/test/Transforms/InstCombine/cast_phi.ll
llvm/test/Transforms/InstCombine/cast_ptr.ll
llvm/test/Transforms/InstCombine/cmp-intrinsic.ll
llvm/test/Transforms/InstCombine/compare-signs.ll
llvm/test/Transforms/InstCombine/constant-expr-datalayout.ll
llvm/test/Transforms/InstCombine/constant-fold-alias.ll
llvm/test/Transforms/InstCombine/constant-fold-compare.ll
llvm/test/Transforms/InstCombine/constant-fold-gep.ll
llvm/test/Transforms/InstCombine/constant-fold-iteration.ll
llvm/test/Transforms/InstCombine/constant-fold-shifts.ll
llvm/test/Transforms/InstCombine/convergent.ll
llvm/test/Transforms/InstCombine/crash.ll
llvm/test/Transforms/InstCombine/ctpop.ll
llvm/test/Transforms/InstCombine/deadcode.ll
llvm/test/Transforms/InstCombine/debug-line.ll
llvm/test/Transforms/InstCombine/debuginfo-dce2.ll
llvm/test/Transforms/InstCombine/debuginfo-scalable-typesize.ll
llvm/test/Transforms/InstCombine/debuginfo-sink.ll
llvm/test/Transforms/InstCombine/debuginfo-skip.ll
llvm/test/Transforms/InstCombine/debuginfo-variables.ll
llvm/test/Transforms/InstCombine/debuginfo.ll
llvm/test/Transforms/InstCombine/debuginfo_add.ll
llvm/test/Transforms/InstCombine/default-alignment.ll
llvm/test/Transforms/InstCombine/disable-builtin.ll
llvm/test/Transforms/InstCombine/disable-simplify-libcalls.ll
llvm/test/Transforms/InstCombine/div-shift-crash.ll
llvm/test/Transforms/InstCombine/div.ll
llvm/test/Transforms/InstCombine/double-float-shrink-2.ll
llvm/test/Transforms/InstCombine/enforce-known-alignment.ll
llvm/test/Transforms/InstCombine/erase-dbg-values-at-dead-alloc-site.ll
llvm/test/Transforms/InstCombine/extractelement-inseltpoison.ll
llvm/test/Transforms/InstCombine/extractelement.ll
llvm/test/Transforms/InstCombine/extractinsert-tbaa.ll
llvm/test/Transforms/InstCombine/extractvalue.ll
llvm/test/Transforms/InstCombine/fabs.ll
llvm/test/Transforms/InstCombine/fcmp.ll
llvm/test/Transforms/InstCombine/fdiv-cos-sin.ll
llvm/test/Transforms/InstCombine/fdiv-sin-cos.ll
llvm/test/Transforms/InstCombine/fma.ll
llvm/test/Transforms/InstCombine/fmul-inseltpoison.ll
llvm/test/Transforms/InstCombine/fmul-sqrt.ll
llvm/test/Transforms/InstCombine/fmul.ll
llvm/test/Transforms/InstCombine/fneg.ll
llvm/test/Transforms/InstCombine/fold-bin-operand.ll
llvm/test/Transforms/InstCombine/fold-phi-load-metadata.ll
llvm/test/Transforms/InstCombine/fold-vector-select.ll
llvm/test/Transforms/InstCombine/fold-vector-zero-inseltpoison.ll
llvm/test/Transforms/InstCombine/fold-vector-zero.ll
llvm/test/Transforms/InstCombine/force-opaque-ptr.ll
llvm/test/Transforms/InstCombine/fputs-opt-size.ll
llvm/test/Transforms/InstCombine/freeze-landingpad.ll
llvm/test/Transforms/InstCombine/freeze-phi.ll
llvm/test/Transforms/InstCombine/freeze.ll
llvm/test/Transforms/InstCombine/fsh.ll
llvm/test/Transforms/InstCombine/fsub.ll
llvm/test/Transforms/InstCombine/fwrite-1.ll
llvm/test/Transforms/InstCombine/gc.relocate-verify.ll
llvm/test/Transforms/InstCombine/gc.relocate.ll
llvm/test/Transforms/InstCombine/gep-alias.ll
llvm/test/Transforms/InstCombine/gep-can-replace-gep-idx-with-zero-typesize.ll
llvm/test/Transforms/InstCombine/gep-canonicalize-constant-indices.ll
llvm/test/Transforms/InstCombine/gep-inbounds-null.ll
llvm/test/Transforms/InstCombine/gep-merge-constant-indices.ll
llvm/test/Transforms/InstCombine/gep-sext.ll
llvm/test/Transforms/InstCombine/gep-vector-indices.ll
llvm/test/Transforms/InstCombine/gepgep.ll
llvm/test/Transforms/InstCombine/getelementptr-folding.ll
llvm/test/Transforms/InstCombine/hoist-xor-by-constant-from-xor-by-value.ll
llvm/test/Transforms/InstCombine/icmp-add.ll
llvm/test/Transforms/InstCombine/icmp-bitcast-glob.ll
llvm/test/Transforms/InstCombine/icmp-dom.ll
llvm/test/Transforms/InstCombine/icmp-mul-zext.ll
llvm/test/Transforms/InstCombine/icmp-mul.ll
llvm/test/Transforms/InstCombine/icmp-range.ll
llvm/test/Transforms/InstCombine/icmp-shr-lt-gt.ll
llvm/test/Transforms/InstCombine/icmp-sub.ll
llvm/test/Transforms/InstCombine/icmp-trunc.ll
llvm/test/Transforms/InstCombine/icmp-vec-inseltpoison.ll
llvm/test/Transforms/InstCombine/icmp-vec.ll
llvm/test/Transforms/InstCombine/icmp.ll
llvm/test/Transforms/InstCombine/icmp_sdiv_with_and_without_range.ll
llvm/test/Transforms/InstCombine/indexed-gep-compares.ll
llvm/test/Transforms/InstCombine/insert-extract-shuffle-inseltpoison.ll
llvm/test/Transforms/InstCombine/insert-extract-shuffle.ll
llvm/test/Transforms/InstCombine/insert-val-extract-elem.ll
llvm/test/Transforms/InstCombine/int_sideeffect.ll
llvm/test/Transforms/InstCombine/intersect-accessgroup.ll
llvm/test/Transforms/InstCombine/intptr1.ll
(351 more files...)
More information about the llvm-commits
mailing list