AArch64/GlobalISel: Convert tests to opaque pointers
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 2 Dec 2022 20:45:38 +0000 (15:45 -0500)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 2 Dec 2022 21:19:38 +0000 (16:19 -0500)
commit46584de02c1a38a0ccde85cb5c16331380966c36
tree707b4125b83e7184bcd0691e2690a70845e1236b
parent9585500feab5478439d9a08d21537769833c0f2f
AArch64/GlobalISel: Convert tests to opaque pointers

inttoptr_add.ll had a mangled bitcast constantexpr.
translate-gep.ll: Restored a 0 GEP
76 files changed:
llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic-128.ll
llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic.ll
llvm/test/CodeGen/AArch64/GlobalISel/arm64-callingconv.ll
llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-gep.ll
llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-stackprotect.ll
llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-switch.ll
llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
llvm/test/CodeGen/AArch64/GlobalISel/arm64-pcsections.ll
llvm/test/CodeGen/AArch64/GlobalISel/assert-align.ll
llvm/test/CodeGen/AArch64/GlobalISel/builtin-return-address-pacret.ll
llvm/test/CodeGen/AArch64/GlobalISel/byval-call.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-const-bitcast-func.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-cse.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-ios.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call-sret.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-variadic-musttail.ll
llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll
llvm/test/CodeGen/AArch64/GlobalISel/combine-shift-of-shifted-dbg-value-fallback.ll
llvm/test/CodeGen/AArch64/GlobalISel/combiner-load-store-indexing.ll
llvm/test/CodeGen/AArch64/GlobalISel/constant-dbg-loc.ll
llvm/test/CodeGen/AArch64/GlobalISel/darwin-tls-call-clobber.ll
llvm/test/CodeGen/AArch64/GlobalISel/debug-cpp.ll
llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
llvm/test/CodeGen/AArch64/GlobalISel/dynamic-alloca-lifetime.ll
llvm/test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll
llvm/test/CodeGen/AArch64/GlobalISel/freeze.ll
llvm/test/CodeGen/AArch64/GlobalISel/gisel-fail-intermediate-legalizer.ll
llvm/test/CodeGen/AArch64/GlobalISel/inttoptr_add.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-atomic-metadata.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-block-order.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-delayed-stack-protector.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-extract-used-by-dbg.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-indirect-br-repeated-block.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-inline-asm.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-invoke-probabilities.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-load-metadata.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-localescape.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-max-address-space.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-memcpy-inline.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-memfunc-undef.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-op-intrinsics.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-unwind-inline-asm.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-one-by-n-vector-ptr-add.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-stack-objects.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-stack-protector-windows.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-store-metadata.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-switch-bittest.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-tbaa.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-unwind-inline-asm.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-volatile-load-pr36018.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-weird-alloca-size.ll
llvm/test/CodeGen/AArch64/GlobalISel/legalize-exceptions.ll
llvm/test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll
llvm/test/CodeGen/AArch64/GlobalISel/memcpy_chk_no_tail.ll
llvm/test/CodeGen/AArch64/GlobalISel/merge-stores-truncating.ll
llvm/test/CodeGen/AArch64/GlobalISel/no-neon-no-fp.ll
llvm/test/CodeGen/AArch64/GlobalISel/ret-1x-vec.ll
llvm/test/CodeGen/AArch64/GlobalISel/ret-vec-promote.ll
llvm/test/CodeGen/AArch64/GlobalISel/select-bitfield-insert.ll
llvm/test/CodeGen/AArch64/GlobalISel/select-frameaddr.ll
llvm/test/CodeGen/AArch64/GlobalISel/select-returnaddr.ll
llvm/test/CodeGen/AArch64/GlobalISel/store-merging.ll
llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll
llvm/test/CodeGen/AArch64/GlobalISel/swiftself.ll
llvm/test/CodeGen/AArch64/GlobalISel/translate-constant-dag.ll
llvm/test/CodeGen/AArch64/GlobalISel/translate-gep.ll
llvm/test/CodeGen/AArch64/GlobalISel/translate-ret.ll
llvm/test/CodeGen/AArch64/GlobalISel/unknown-intrinsic.ll
llvm/test/CodeGen/AArch64/GlobalISel/unwind-inline-asm.ll
llvm/test/CodeGen/AArch64/GlobalISel/v8.4-atomic-128.ll
llvm/test/CodeGen/AArch64/GlobalISel/varargs-ios-translator.ll
llvm/test/CodeGen/AArch64/GlobalISel/vastart.ll