[Verifier] Convert tests to opaque pointers (NFC)
authorNikita Popov <npopov@redhat.com>
Tue, 10 Jan 2023 15:20:44 +0000 (16:20 +0100)
committerNikita Popov <npopov@redhat.com>
Tue, 10 Jan 2023 15:54:55 +0000 (16:54 +0100)
commitb05c71814c3b9f91a2e00af891d67a83790a109c
treebe6973f7266cadb332f7cb9fc26477ef64984dd1
parent3ce03c42dbb46531968c527d80c0243c2db7bc0e
[Verifier] Convert tests to opaque pointers (NFC)

Some tests are removed because they check conditions that
are not relevant with opaque pointers.
25 files changed:
llvm/test/Verifier/2006-10-15-AddrLabel.ll [deleted file]
llvm/test/Verifier/2010-08-07-PointerIntrinsic.ll [deleted file]
llvm/test/Verifier/bitcast-address-space-nested-global-cycle.ll
llvm/test/Verifier/bitcast-address-space-nested-global.ll
llvm/test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll
llvm/test/Verifier/bitcast-address-space-through-constant-inttoptr.ll
llvm/test/Verifier/bitcast-address-space-through-gep.ll
llvm/test/Verifier/bitcast-address-spaces.ll
llvm/test/Verifier/bitcast-alias-address-space.ll
llvm/test/Verifier/bitcast-pointer-vector-neg.ll
llvm/test/Verifier/bitcast-vector-pointer-pos.ll
llvm/test/Verifier/byref.ll
llvm/test/Verifier/elementtype.ll
llvm/test/Verifier/gcroot.ll
llvm/test/Verifier/global-ctors-2.ll
llvm/test/Verifier/ifunc.ll
llvm/test/Verifier/inalloca1.ll
llvm/test/Verifier/inline-asm-indirect-operand.ll
llvm/test/Verifier/intrinsic-immarg.ll
llvm/test/Verifier/invalid-statepoint.ll
llvm/test/Verifier/matrix-intrinsics.ll
llvm/test/Verifier/preallocated-invalid.ll
llvm/test/Verifier/scatter_gather.ll
llvm/test/Verifier/swifterror.ll
llvm/test/Verifier/x86_amx8.ll [deleted file]