[InstCombine] Convert tests to opaque pointers (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 5 Apr 2023 13:17:15 +0000 (15:17 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 5 Apr 2023 13:25:53 +0000 (15:25 +0200)
commit32a4566fbb43f7195fd51fbe453b980897cec3fc
treec4e4c417846dae5d837a2c77c8fd766e8967354c
parente5b04e2f79b0c64b80ff91d9edb8cb1770374c73
[InstCombine] Convert tests to opaque pointers (NFC)

The two debuginfo tests go away because the relevant transforms
no longer occur in this form, e.g. the "cast of alloca" transform
just doesn't exist with opaque pointers.
15 files changed:
llvm/test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
llvm/test/Transforms/InstCombine/2011-09-03-Trampoline.ll
llvm/test/Transforms/InstCombine/2011-10-07-AlignPromotion.ll
llvm/test/Transforms/InstCombine/bitcast-function.ll
llvm/test/Transforms/InstCombine/bitcast-store.ll
llvm/test/Transforms/InstCombine/call-cast-target-inalloca.ll
llvm/test/Transforms/InstCombine/call-cast-target-preallocated.ll
llvm/test/Transforms/InstCombine/call.ll
llvm/test/Transforms/InstCombine/callsite_nonnull_args_through_casts.ll
llvm/test/Transforms/InstCombine/dbg-cast-of-allocation.ll [deleted file]
llvm/test/Transforms/InstCombine/debuginfo-dce.ll
llvm/test/Transforms/InstCombine/do-not-clone-dbg-declare.ll [deleted file]
llvm/test/Transforms/InstCombine/gep-combine-loop-invariant.ll
llvm/test/Transforms/InstCombine/intptr2.ll
llvm/test/Transforms/InstCombine/memset2.ll